Html Css Color HEX #CBA2D0 Lilac

📋 copy color: '#CBA2D0'

red 203 ◦ green 162 ◦ blue 208

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

Shades of Lilac #CBA2D0

Tints of Lilac #CBA2D0

RGB

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

 GREEN value IS 162 (63.67% from 255) = 28.27%

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

R = 35.43%
G = 28.27%
B = 36.3%

CMYK

 C value IS 0.02

 M value IS 0.22

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CBA2D0 (or 0xCBA2D0) is known color: Lilac. HEX triplet: CB, A2 and D0. RGB value is (203,162,208). Sum of RGB (Red+Green+Blue) = 203+162+208=573 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.43% from 573); Green value is 162 (63.67% from 255 or 28.27% from 573); Blue value is 208 (81.64% from 255 or 36.30% from 573); Max value from RGB is 208 - color contains mainly: blue. Hex color #CBA2D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA2D0 is #345D2F. Grayscale: #B3B3B3. Windows color (decimal): -3431728 or 13673163. OLE color: 13673163.

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

Color convert

RGB 203 162 208 -
CMYK 0.02 0.22 0 0.18
HSL 293.48º 0.33% 0.73% -
HSV(B) 293.48º 0.22% 0.82% -
XYZ 48.93 43.09 65.41 -
YUV 179.5 144.08 144.76 -
System Red Green Blue C M Y K H S L
Decimal 203 162 208 0.02 0.22 0 0.18 293.48 0.33 0.73
Hex CB A2 D0 2 16 0 12 125 21 49
Octal 313 242 320 2 26 0 22 445 41 111
Binary 11001011 10100010 11010000 10 10110 0 10010 100100101 100001 1001001

Color Harmonies of #CBA2D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA2D0

Black with #CBA2D0

Text Example


Text Example

White with #CBA2D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA2D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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