Html Css Color HEX #CBA5D0 Lilac

📋 copy color: '#CBA5D0'

red 203 ◦ green 165 ◦ blue 208

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

Shades of Lilac #CBA5D0

Tints of Lilac #CBA5D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 36.11%

R = 35.24%
G = 28.65%
B = 36.11%

CMYK

 C value IS 0.02

 M value IS 0.21

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CBA5D0 (or 0xCBA5D0) is known color: Lilac. HEX triplet: CB, A5 and D0. RGB value is (203,165,208). Sum of RGB (Red+Green+Blue) = 203+165+208=576 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.24% from 576); Green value is 165 (64.84% from 255 or 28.65% from 576); Blue value is 208 (81.64% from 255 or 36.11% from 576); Max value from RGB is 208 - color contains mainly: blue. Hex color #CBA5D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA5D0 is #345A2F. Grayscale: #B5B5B5. Windows color (decimal): -3430960 or 13673931. OLE color: 13673931.

HSL color Cylindrical-coordinate representation of color #CBA5D0: hue angle of 293.02º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CBA5D0 is Cyan = 0.02, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 203 165 208 -
CMYK 0.02 0.21 0 0.18
HSL 293.02º 0.31% 0.73% -
HSV(B) 293.02º 0.21% 0.82% -
XYZ 49.47 44.16 65.59 -
YUV 181.26 143.09 143.5 -
System Red Green Blue C M Y K H S L
Decimal 203 165 208 0.02 0.21 0 0.18 293.02 0.31 0.73
Hex CB A5 D0 2 15 0 12 125 1F 49
Octal 313 245 320 2 25 0 22 445 37 111
Binary 11001011 10100101 11010000 10 10101 0 10010 100100101 11111 1001001

Color Harmonies of #CBA5D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA5D0

Black with #CBA5D0

Text Example


Text Example

White with #CBA5D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA5D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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