Html Css Color HEX #CB50DD Medium Orchid

📋 copy color: '#CB50DD'

red 203 ◦ green 80 ◦ blue 221

#CB50DD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #CB50DD

Tints of Medium Orchid #CB50DD

RGB

 RED value IS 203 (79.69% from 255) = 40.28%

 GREEN value IS 80 (31.64% from 255) = 15.87%

 BLUE value IS 221 (86.72% from 255) = 43.85%

R = 40.28%
G = 15.87%
B = 43.85%

CMYK

 C value IS 0.08

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CB50DD (or 0xCB50DD) is known color: Medium Orchid. HEX triplet: CB, 50 and DD. RGB value is (203,80,221). Sum of RGB (Red+Green+Blue) = 203+80+221=504 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.28% from 504); Green value is 80 (31.64% from 255 or 15.87% from 504); Blue value is 221 (86.72% from 255 or 43.85% from 504); Max value from RGB is 221 - color contains mainly: blue. Hex color #CB50DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB50DD is #34AF22. Grayscale: #848484. Windows color (decimal): -3452707 or 14504139. OLE color: 14504139.

HSL color Cylindrical-coordinate representation of color #CB50DD: hue angle of 292.34º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CB50DD is Cyan = 0.08, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 203 80 221 -
CMYK 0.08 0.64 0 0.13
HSL 292.34º 0.67% 0.59% -
HSV(B) 292.34º 0.64% 0.87% -
XYZ 40.55 23.65 70.84 -
YUV 132.85 177.75 178.04 -
System Red Green Blue C M Y K H S L
Decimal 203 80 221 0.08 0.64 0 0.13 292.34 0.67 0.59
Hex CB 50 DD 8 40 0 D 124 43 3B
Octal 313 120 335 10 100 0 15 444 103 73
Binary 11001011 1010000 11011101 1000 1000000 0 1101 100100100 1000011 111011

Color Harmonies of #CB50DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB50DD

Black with #CB50DD

Text Example


Text Example

White with #CB50DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB50DD; }

 p { color: rgb(203,80,221); }

 H1.HeaderClassName
 {
   color: #CB50DD;
 }
 .AnyTagClassName
 {
   color: #CB50DD;
 }
</style>

background-color css

<style>
 a { background-color: #CB50DD; }

 a { background-color: rgb(203,80,221); }

 div.DivClassName
 {
   background-color: #CB50DD;
 }
 .BgClassName
 {
   background-color: #CB50DD;
 }
</style>

border-color css

<style>
 span { border-color: #CB50DD; }

 span { border-color: rgb(203,80,221); }

 td.TdClassName
 {
   border-color: #CB50DD;
 }
 .TagClassName
 {
   border-color: #CB50DD;
 }
</style>