Html Css Color HEX #CBA0D0 Lilac

📋 copy color: '#CBA0D0'

red 203 ◦ green 160 ◦ blue 208

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

Shades of Lilac #CBA0D0

Tints of Lilac #CBA0D0

RGB

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

 GREEN value IS 160 (62.89% from 255) = 28.02%

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

R = 35.55%
G = 28.02%
B = 36.43%

CMYK

 C value IS 0.02

 M value IS 0.23

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CBA0D0 (or 0xCBA0D0) is known color: Lilac. HEX triplet: CB, A0 and D0. RGB value is (203,160,208). Sum of RGB (Red+Green+Blue) = 203+160+208=571 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.55% from 571); Green value is 160 (62.89% from 255 or 28.02% from 571); Blue value is 208 (81.64% from 255 or 36.43% from 571); Max value from RGB is 208 - color contains mainly: blue. Hex color #CBA0D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA0D0 is #345F2F. Grayscale: #B2B2B2. Windows color (decimal): -3432240 or 13672651. OLE color: 13672651.

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

Color convert

RGB 203 160 208 -
CMYK 0.02 0.23 0 0.18
HSL 293.75º 0.34% 0.72% -
HSV(B) 293.75º 0.23% 0.82% -
XYZ 48.58 42.39 65.3 -
YUV 178.33 144.75 145.6 -
System Red Green Blue C M Y K H S L
Decimal 203 160 208 0.02 0.23 0 0.18 293.75 0.34 0.72
Hex CB A0 D0 2 17 0 12 126 22 48
Octal 313 240 320 2 27 0 22 446 42 110
Binary 11001011 10100000 11010000 10 10111 0 10010 100100110 100010 1001000

Color Harmonies of #CBA0D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA0D0

Black with #CBA0D0

Text Example


Text Example

White with #CBA0D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA0D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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