Html Css Color HEX #CBA5CC Lilac

📋 copy color: '#CBA5CC'

red 203 ◦ green 165 ◦ blue 204

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

Shades of Lilac #CBA5CC

Tints of Lilac #CBA5CC

RGB

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

 GREEN value IS 165 (64.84% from 255) = 28.85%

 BLUE value IS 204 (80.08% from 255) = 35.66%

R = 35.49%
G = 28.85%
B = 35.66%

CMYK

 C value IS 0.00

 M value IS 0.19

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#CBA5CC (or 0xCBA5CC) is known color: Lilac. HEX triplet: CB, A5 and CC. RGB value is (203,165,204). Sum of RGB (Red+Green+Blue) = 203+165+204=572 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.49% from 572); Green value is 165 (64.84% from 255 or 28.85% from 572); Blue value is 204 (80.08% from 255 or 35.66% from 572); Max value from RGB is 204 - color contains mainly: blue. Hex color #CBA5CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA5CC is #345A33. Grayscale: #B4B4B4. Windows color (decimal): -3430964 or 13411787. OLE color: 13411787.

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

Color convert

RGB 203 165 204 -
CMYK 0.00 0.19 0 0.2
HSL 298.46º 0.28% 0.72% -
HSV(B) 298.46º 0.19% 0.8% -
XYZ 48.98 43.97 63.03 -
YUV 180.81 141.09 143.83 -
System Red Green Blue C M Y K H S L
Decimal 203 165 204 0.00 0.19 0 0.2 298.46 0.28 0.72
Hex CB A5 CC 0 13 0 14 12A 1C 48
Octal 313 245 314 0 23 0 24 452 34 110
Binary 11001011 10100101 11001100 0 10011 0 10100 100101010 11100 1001000

Color Harmonies of #CBA5CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA5CC

Black with #CBA5CC

Text Example


Text Example

White with #CBA5CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA5CC; }

 p { color: rgb(203,165,204); }

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

background-color css

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

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

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

border-color css

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

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

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