Html Css Color HEX #CBA2D2 Lilac

📋 copy color: '#CBA2D2'

red 203 ◦ green 162 ◦ blue 210

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

Shades of Lilac #CBA2D2

Tints of Lilac #CBA2D2

RGB

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

 GREEN value IS 162 (63.67% from 255) = 28.17%

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

R = 35.3%
G = 28.17%
B = 36.52%

CMYK

 C value IS 0.03

 M value IS 0.23

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CBA2D2 (or 0xCBA2D2) is known color: Lilac. HEX triplet: CB, A2 and D2. RGB value is (203,162,210). Sum of RGB (Red+Green+Blue) = 203+162+210=575 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.30% from 575); Green value is 162 (63.67% from 255 or 28.17% from 575); Blue value is 210 (82.42% from 255 or 36.52% from 575); Max value from RGB is 210 - color contains mainly: blue. Hex color #CBA2D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA2D2 is #345D2D. Grayscale: #B3B3B3. Windows color (decimal): -3431726 or 13804235. OLE color: 13804235.

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

Color convert

RGB 203 162 210 -
CMYK 0.03 0.23 0 0.18
HSL 291.25º 0.35% 0.73% -
HSV(B) 291.25º 0.23% 0.82% -
XYZ 49.18 43.19 66.72 -
YUV 179.73 145.08 144.6 -
System Red Green Blue C M Y K H S L
Decimal 203 162 210 0.03 0.23 0 0.18 291.25 0.35 0.73
Hex CB A2 D2 3 17 0 12 123 23 49
Octal 313 242 322 3 27 0 22 443 43 111
Binary 11001011 10100010 11010010 11 10111 0 10010 100100011 100011 1001001

Color Harmonies of #CBA2D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA2D2

Black with #CBA2D2

Text Example


Text Example

White with #CBA2D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA2D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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