Html Css Color HEX #CBA7CD Lilac

📋 copy color: '#CBA7CD'

red 203 ◦ green 167 ◦ blue 205

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

Shades of Lilac #CBA7CD

Tints of Lilac #CBA7CD

RGB

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

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

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

R = 35.3%
G = 29.04%
B = 35.65%

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

#CBA7CD (or 0xCBA7CD) is known color: Lilac. HEX triplet: CB, A7 and CD. RGB value is (203,167,205). Sum of RGB (Red+Green+Blue) = 203+167+205=575 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.30% from 575); Green value is 167 (65.62% from 255 or 29.04% from 575); Blue value is 205 (80.47% from 255 or 35.65% from 575); Max value from RGB is 205 - color contains mainly: blue. Hex color #CBA7CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA7CD is #345832. Grayscale: #B5B5B5. Windows color (decimal): -3430451 or 13477835. OLE color: 13477835.

HSL color Cylindrical-coordinate representation of color #CBA7CD: hue angle of 296.84º 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 #CBA7CD is Cyan = 0.01, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 167 205 -
CMYK 0.01 0.19 0 0.20
HSL 296.84º 0.28% 0.73% -
HSV(B) 296.84º 0.19% 0.8% -
XYZ 49.47 44.74 63.79 -
YUV 182.1 140.93 142.91 -
System Red Green Blue C M Y K H S L
Decimal 203 167 205 0.01 0.19 0 0.20 296.84 0.28 0.73
Hex CB A7 CD 1 13 0 14 129 1C 49
Octal 313 247 315 1 23 0 24 451 34 111
Binary 11001011 10100111 11001101 1 10011 0 10100 100101001 11100 1001001

Color Harmonies of #CBA7CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA7CD

Black with #CBA7CD

Text Example


Text Example

White with #CBA7CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA7CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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