Html Css Color HEX #CBA5CF Lilac

📋 copy color: '#CBA5CF'

red 203 ◦ green 165 ◦ blue 207

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

Shades of Lilac #CBA5CF

Tints of Lilac #CBA5CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 36%

R = 35.3%
G = 28.7%
B = 36%

CMYK

 C value IS 0.02

 M value IS 0.20

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CBA5CF (or 0xCBA5CF) is known color: Lilac. HEX triplet: CB, A5 and CF. RGB value is (203,165,207). Sum of RGB (Red+Green+Blue) = 203+165+207=575 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.30% from 575); Green value is 165 (64.84% from 255 or 28.70% from 575); Blue value is 207 (81.25% from 255 or 36% from 575); Max value from RGB is 207 - color contains mainly: blue. Hex color #CBA5CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA5CF is #345A30. Grayscale: #B5B5B5. Windows color (decimal): -3430961 or 13608395. OLE color: 13608395.

HSL color Cylindrical-coordinate representation of color #CBA5CF: hue angle of 294.29º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CBA5CF is Cyan = 0.02, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 203 165 207 -
CMYK 0.02 0.20 0 0.19
HSL 294.29º 0.3% 0.73% -
HSV(B) 294.29º 0.2% 0.81% -
XYZ 49.35 44.11 64.95 -
YUV 181.15 142.59 143.58 -
System Red Green Blue C M Y K H S L
Decimal 203 165 207 0.02 0.20 0 0.19 294.29 0.3 0.73
Hex CB A5 CF 2 14 0 13 126 1E 49
Octal 313 245 317 2 24 0 23 446 36 111
Binary 11001011 10100101 11001111 10 10100 0 10011 100100110 11110 1001001

Color Harmonies of #CBA5CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA5CF

Black with #CBA5CF

Text Example


Text Example

White with #CBA5CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA5CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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