Html Css Color HEX #CB8CCC Lilac

📋 copy color: '#CB8CCC'

red 203 ◦ green 140 ◦ blue 204

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

Shades of Lilac #CB8CCC

Tints of Lilac #CB8CCC

RGB

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

 GREEN value IS 140 (55.08% from 255) = 25.59%

 BLUE value IS 204 (80.08% from 255) = 37.29%

R = 37.11%
G = 25.59%
B = 37.29%

CMYK

 C value IS 0.00

 M value IS 0.31

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#CB8CCC (or 0xCB8CCC) is known color: Lilac. HEX triplet: CB, 8C and CC. RGB value is (203,140,204). Sum of RGB (Red+Green+Blue) = 203+140+204=547 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.11% from 547); Green value is 140 (55.08% from 255 or 25.59% from 547); Blue value is 204 (80.08% from 255 or 37.29% from 547); Max value from RGB is 204 - color contains mainly: blue. Hex color #CB8CCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB8CCC is #347333. Grayscale: #A5A5A5. Windows color (decimal): -3437364 or 13405387. OLE color: 13405387.

HSL color Cylindrical-coordinate representation of color #CB8CCC: hue angle of 299.06º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CB8CCC is Cyan = 0.00, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 203 140 204 -
CMYK 0.00 0.31 0 0.2
HSL 299.06º 0.39% 0.67% -
HSV(B) 299.06º 0.31% 0.8% -
XYZ 44.91 35.81 61.67 -
YUV 166.13 149.37 154.3 -
System Red Green Blue C M Y K H S L
Decimal 203 140 204 0.00 0.31 0 0.2 299.06 0.39 0.67
Hex CB 8C CC 0 1F 0 14 12B 27 43
Octal 313 214 314 0 37 0 24 453 47 103
Binary 11001011 10001100 11001100 0 11111 0 10100 100101011 100111 1000011

Color Harmonies of #CB8CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8CCC

Black with #CB8CCC

Text Example


Text Example

White with #CB8CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8CCC; }

 p { color: rgb(203,140,204); }

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

background-color css

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

 a { background-color: rgb(203,140,204); }

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

border-color css

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

 span { border-color: rgb(203,140,204); }

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