Html Css Color HEX #CB8ED2 Lilac

📋 copy color: '#CB8ED2'

red 203 ◦ green 142 ◦ blue 210

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

Shades of Lilac #CB8ED2

Tints of Lilac #CB8ED2

RGB

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

 GREEN value IS 142 (55.86% from 255) = 25.59%

 BLUE value IS 210 (82.42% from 255) = 37.84%

R = 36.58%
G = 25.59%
B = 37.84%

CMYK

 C value IS 0.03

 M value IS 0.32

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CB8ED2 (or 0xCB8ED2) is known color: Lilac. HEX triplet: CB, 8E and D2. RGB value is (203,142,210). Sum of RGB (Red+Green+Blue) = 203+142+210=555 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.58% from 555); Green value is 142 (55.86% from 255 or 25.59% from 555); Blue value is 210 (82.42% from 255 or 37.84% from 555); Max value from RGB is 210 - color contains mainly: blue. Hex color #CB8ED2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB8ED2 is #34712D. Grayscale: #A7A7A7. Windows color (decimal): -3436846 or 13799115. OLE color: 13799115.

HSL color Cylindrical-coordinate representation of color #CB8ED2: hue angle of 293.82º degrees, saturation: 0.43, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CB8ED2 is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 203 142 210 -
CMYK 0.03 0.32 0 0.18
HSL 293.82º 0.43% 0.69% -
HSV(B) 293.82º 0.32% 0.82% -
XYZ 45.93 36.7 65.63 -
YUV 167.99 151.71 152.97 -
System Red Green Blue C M Y K H S L
Decimal 203 142 210 0.03 0.32 0 0.18 293.82 0.43 0.69
Hex CB 8E D2 3 20 0 12 126 2B 45
Octal 313 216 322 3 40 0 22 446 53 105
Binary 11001011 10001110 11010010 11 100000 0 10010 100100110 101011 1000101

Color Harmonies of #CB8ED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8ED2

Black with #CB8ED2

Text Example


Text Example

White with #CB8ED2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8ED2; }

 p { color: rgb(203,142,210); }

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

background-color css

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

 a { background-color: rgb(203,142,210); }

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

border-color css

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

 span { border-color: rgb(203,142,210); }

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