Html Css Color HEX #CBA4CD Lilac

📋 copy color: '#CBA4CD'

red 203 ◦ green 164 ◦ blue 205

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

Shades of Lilac #CBA4CD

Tints of Lilac #CBA4CD

RGB

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

 GREEN value IS 164 (64.45% from 255) = 28.67%

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

R = 35.49%
G = 28.67%
B = 35.84%

CMYK

 C value IS 0.01

 M value IS 0.2

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#CBA4CD (or 0xCBA4CD) is known color: Lilac. HEX triplet: CB, A4 and CD. RGB value is (203,164,205). Sum of RGB (Red+Green+Blue) = 203+164+205=572 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.49% from 572); Green value is 164 (64.45% from 255 or 28.67% from 572); Blue value is 205 (80.47% from 255 or 35.84% from 572); Max value from RGB is 205 - color contains mainly: blue. Hex color #CBA4CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA4CD is #345B32. Grayscale: #B4B4B4. Windows color (decimal): -3431219 or 13477067. OLE color: 13477067.

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

Color convert

RGB 203 164 205 -
CMYK 0.01 0.2 0 0.20
HSL 297.07º 0.29% 0.72% -
HSV(B) 297.07º 0.2% 0.8% -
XYZ 48.92 43.66 63.61 -
YUV 180.34 141.92 144.17 -
System Red Green Blue C M Y K H S L
Decimal 203 164 205 0.01 0.2 0 0.20 297.07 0.29 0.72
Hex CB A4 CD 1 14 0 14 129 1D 48
Octal 313 244 315 1 24 0 24 451 35 110
Binary 11001011 10100100 11001101 1 10100 0 10100 100101001 11101 1001000

Color Harmonies of #CBA4CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA4CD

Black with #CBA4CD

Text Example


Text Example

White with #CBA4CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA4CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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