Html Css Color HEX #CBA6CD Lilac

📋 copy color: '#CBA6CD'

red 203 ◦ green 166 ◦ blue 205

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

Shades of Lilac #CBA6CD

Tints of Lilac #CBA6CD

RGB

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

 GREEN value IS 166 (65.23% from 255) = 28.92%

 BLUE value IS 205 (80.47% from 255) = 35.71%

R = 35.37%
G = 28.92%
B = 35.71%

CMYK

 C value IS 0.01

 M value IS 0.19

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#CBA6CD (or 0xCBA6CD) is known color: Lilac. HEX triplet: CB, A6 and CD. RGB value is (203,166,205). Sum of RGB (Red+Green+Blue) = 203+166+205=574 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.37% from 574); Green value is 166 (65.23% from 255 or 28.92% from 574); Blue value is 205 (80.47% from 255 or 35.71% from 574); Max value from RGB is 205 - color contains mainly: blue. Hex color #CBA6CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA6CD is #345932. Grayscale: #B5B5B5. Windows color (decimal): -3430707 or 13477579. OLE color: 13477579.

HSL color Cylindrical-coordinate representation of color #CBA6CD: hue angle of 296.92º degrees, saturation: 0.28, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CBA6CD is Cyan = 0.01, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 166 205 -
CMYK 0.01 0.19 0 0.20
HSL 296.92º 0.28% 0.73% -
HSV(B) 296.92º 0.19% 0.8% -
XYZ 49.28 44.38 63.73 -
YUV 181.51 141.26 143.33 -
System Red Green Blue C M Y K H S L
Decimal 203 166 205 0.01 0.19 0 0.20 296.92 0.28 0.73
Hex CB A6 CD 1 13 0 14 129 1C 49
Octal 313 246 315 1 23 0 24 451 34 111
Binary 11001011 10100110 11001101 1 10011 0 10100 100101001 11100 1001001

Color Harmonies of #CBA6CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA6CD

Black with #CBA6CD

Text Example


Text Example

White with #CBA6CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA6CD; }

 p { color: rgb(203,166,205); }

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

background-color css

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

 a { background-color: rgb(203,166,205); }

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

border-color css

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

 span { border-color: rgb(203,166,205); }

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