Html Css Color HEX #CBA8CB Lilac

📋 copy color: '#CBA8CB'

red 203 ◦ green 168 ◦ blue 203

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

Shades of Lilac #CBA8CB

Tints of Lilac #CBA8CB

RGB

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

 GREEN value IS 168 (66.02% from 255) = 29.27%

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

R = 35.37%
G = 29.27%
B = 35.37%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#CBA8CB (or 0xCBA8CB) is known color: Lilac. HEX triplet: CB, A8 and CB. RGB value is (203,168,203). Sum of RGB (Red+Green+Blue) = 203+168+203=574 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.37% from 574); Green value is 168 (66.02% from 255 or 29.27% from 574); Blue value is 203 (79.69% from 255 or 35.37% from 574); Max value from RGB is 203 - color contains mainly: red, blue. Hex color #CBA8CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA8CB is #345734. Grayscale: #B6B6B6. Windows color (decimal): -3430197 or 13347019. OLE color: 13347019.

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

Color convert

RGB 203 168 203 -
CMYK 0 0.17 0 0.20
HSL 300º 0.25% 0.73% -
HSV(B) 300º 0.17% 0.8% -
XYZ 49.41 45.01 62.58 -
YUV 182.46 139.6 142.65 -
System Red Green Blue C M Y K H S L
Decimal 203 168 203 0 0.17 0 0.20 300 0.25 0.73
Hex CB A8 CB 0 11 0 14 12C 19 49
Octal 313 250 313 0 21 0 24 454 31 111
Binary 11001011 10101000 11001011 0 10001 0 10100 100101100 11001 1001001

Color Harmonies of #CBA8CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA8CB

Black with #CBA8CB

Text Example


Text Example

White with #CBA8CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA8CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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