Html Css Color HEX #CB80DE Orchid

📋 copy color: '#CB80DE'

red 203 ◦ green 128 ◦ blue 222

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

Shades of Orchid #CB80DE

Tints of Orchid #CB80DE

RGB

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

 GREEN value IS 128 (50.39% from 255) = 23.15%

 BLUE value IS 222 (87.11% from 255) = 40.14%

R = 36.71%
G = 23.15%
B = 40.14%

CMYK

 C value IS 0.09

 M value IS 0.42

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CB80DE (or 0xCB80DE) is known color: Orchid. HEX triplet: CB, 80 and DE. RGB value is (203,128,222). Sum of RGB (Red+Green+Blue) = 203+128+222=553 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.71% from 553); Green value is 128 (50.39% from 255 or 23.15% from 553); Blue value is 222 (87.11% from 255 or 40.14% from 553); Max value from RGB is 222 - color contains mainly: blue. Hex color #CB80DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB80DE is #347F21. Grayscale: #A0A0A0. Windows color (decimal): -3440418 or 14581963. OLE color: 14581963.

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

Color convert

RGB 203 128 222 -
CMYK 0.09 0.42 0 0.13
HSL 287.87º 0.59% 0.69% -
HSV(B) 287.87º 0.42% 0.87% -
XYZ 45.53 33.41 73.16 -
YUV 161.14 162.35 157.86 -
System Red Green Blue C M Y K H S L
Decimal 203 128 222 0.09 0.42 0 0.13 287.87 0.59 0.69
Hex CB 80 DE 9 2A 0 D 120 3B 45
Octal 313 200 336 11 52 0 15 440 73 105
Binary 11001011 10000000 11011110 1001 101010 0 1101 100100000 111011 1000101

Color Harmonies of #CB80DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB80DE

Black with #CB80DE

Text Example


Text Example

White with #CB80DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB80DE; }

 p { color: rgb(203,128,222); }

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

background-color css

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

 a { background-color: rgb(203,128,222); }

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

border-color css

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

 span { border-color: rgb(203,128,222); }

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