Html Css Color HEX #CBA0CD Lilac

📋 copy color: '#CBA0CD'

red 203 ◦ green 160 ◦ blue 205

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

Shades of Lilac #CBA0CD

Tints of Lilac #CBA0CD

RGB

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

 GREEN value IS 160 (62.89% from 255) = 28.17%

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

R = 35.74%
G = 28.17%
B = 36.09%

CMYK

 C value IS 0.01

 M value IS 0.22

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#CBA0CD (or 0xCBA0CD) is known color: Lilac. HEX triplet: CB, A0 and CD. RGB value is (203,160,205). Sum of RGB (Red+Green+Blue) = 203+160+205=568 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.74% from 568); Green value is 160 (62.89% from 255 or 28.17% from 568); Blue value is 205 (80.47% from 255 or 36.09% from 568); Max value from RGB is 205 - color contains mainly: blue. Hex color #CBA0CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA0CD is #345F32. Grayscale: #B1B1B1. Windows color (decimal): -3432243 or 13476043. OLE color: 13476043.

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

Color convert

RGB 203 160 205 -
CMYK 0.01 0.22 0 0.20
HSL 297.33º 0.31% 0.72% -
HSV(B) 297.33º 0.22% 0.8% -
XYZ 48.22 42.25 63.37 -
YUV 177.99 143.25 145.84 -
System Red Green Blue C M Y K H S L
Decimal 203 160 205 0.01 0.22 0 0.20 297.33 0.31 0.72
Hex CB A0 CD 1 16 0 14 129 1F 48
Octal 313 240 315 1 26 0 24 451 37 110
Binary 11001011 10100000 11001101 1 10110 0 10100 100101001 11111 1001000

Color Harmonies of #CBA0CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA0CD

Black with #CBA0CD

Text Example


Text Example

White with #CBA0CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA0CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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