Html Css Color HEX #CBA7CB Lilac

📋 copy color: '#CBA7CB'

red 203 ◦ green 167 ◦ blue 203

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

Shades of Lilac #CBA7CB

Tints of Lilac #CBA7CB

RGB

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

 GREEN value IS 167 (65.63% from 255) = 29.14%

 BLUE value IS 203 (79.69% from 255) = 35.43%

R = 35.43%
G = 29.14%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#CBA7CB (or 0xCBA7CB) is known color: Lilac. HEX triplet: CB, A7 and CB. RGB value is (203,167,203). Sum of RGB (Red+Green+Blue) = 203+167+203=573 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.43% from 573); Green value is 167 (65.62% from 255 or 29.14% from 573); Blue value is 203 (79.69% from 255 or 35.43% from 573); Max value from RGB is 203 - color contains mainly: red, blue. Hex color #CBA7CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA7CB is #345834. Grayscale: #B5B5B5. Windows color (decimal): -3430453 or 13346763. OLE color: 13346763.

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

Color convert

RGB 203 167 203 -
CMYK 0 0.18 0 0.20
HSL 300º 0.26% 0.73% -
HSV(B) 300º 0.18% 0.8% -
XYZ 49.23 44.65 62.52 -
YUV 181.87 139.93 143.07 -
System Red Green Blue C M Y K H S L
Decimal 203 167 203 0 0.18 0 0.20 300 0.26 0.73
Hex CB A7 CB 0 12 0 14 12C 1A 49
Octal 313 247 313 0 22 0 24 454 32 111
Binary 11001011 10100111 11001011 0 10010 0 10100 100101100 11010 1001001

Color Harmonies of #CBA7CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA7CB

Black with #CBA7CB

Text Example


Text Example

White with #CBA7CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA7CB; }

 p { color: rgb(203,167,203); }

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

background-color css

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

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

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

border-color css

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

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

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