Html Css Color HEX #CB8DCC Lilac

📋 copy color: '#CB8DCC'

red 203 ◦ green 141 ◦ blue 204

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

Shades of Lilac #CB8DCC

Tints of Lilac #CB8DCC

RGB

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

 GREEN value IS 141 (55.47% from 255) = 25.73%

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

R = 37.04%
G = 25.73%
B = 37.23%

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

#CB8DCC (or 0xCB8DCC) is known color: Lilac. HEX triplet: CB, 8D and CC. RGB value is (203,141,204). Sum of RGB (Red+Green+Blue) = 203+141+204=548 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.04% from 548); Green value is 141 (55.47% from 255 or 25.73% from 548); Blue value is 204 (80.08% from 255 or 37.23% from 548); Max value from RGB is 204 - color contains mainly: blue. Hex color #CB8DCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB8DCC is #347233. Grayscale: #A6A6A6. Windows color (decimal): -3437108 or 13405643. OLE color: 13405643.

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

Color convert

RGB 203 141 204 -
CMYK 0.00 0.31 0 0.2
HSL 299.05º 0.38% 0.68% -
HSV(B) 299.05º 0.31% 0.8% -
XYZ 45.05 36.11 61.72 -
YUV 166.72 149.04 153.88 -
System Red Green Blue C M Y K H S L
Decimal 203 141 204 0.00 0.31 0 0.2 299.05 0.38 0.68
Hex CB 8D CC 0 1F 0 14 12B 26 44
Octal 313 215 314 0 37 0 24 453 46 104
Binary 11001011 10001101 11001100 0 11111 0 10100 100101011 100110 1000100

Color Harmonies of #CB8DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8DCC

Black with #CB8DCC

Text Example


Text Example

White with #CB8DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8DCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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