Html Css Color HEX #CB9BD2 Lilac

📋 copy color: '#CB9BD2'

red 203 ◦ green 155 ◦ blue 210

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

Shades of Lilac #CB9BD2

Tints of Lilac #CB9BD2

RGB

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

 GREEN value IS 155 (60.94% from 255) = 27.29%

 BLUE value IS 210 (82.42% from 255) = 36.97%

R = 35.74%
G = 27.29%
B = 36.97%

CMYK

 C value IS 0.03

 M value IS 0.26

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CB9BD2 (or 0xCB9BD2) is known color: Lilac. HEX triplet: CB, 9B and D2. RGB value is (203,155,210). Sum of RGB (Red+Green+Blue) = 203+155+210=568 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.74% from 568); Green value is 155 (60.94% from 255 or 27.29% from 568); Blue value is 210 (82.42% from 255 or 36.97% from 568); Max value from RGB is 210 - color contains mainly: blue. Hex color #CB9BD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB9BD2 is #34642D. Grayscale: #AFAFAF. Windows color (decimal): -3433518 or 13802443. OLE color: 13802443.

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

Color convert

RGB 203 155 210 -
CMYK 0.03 0.26 0 0.18
HSL 292.36º 0.38% 0.72% -
HSV(B) 292.36º 0.26% 0.82% -
XYZ 47.98 40.79 66.32 -
YUV 175.62 147.4 147.53 -
System Red Green Blue C M Y K H S L
Decimal 203 155 210 0.03 0.26 0 0.18 292.36 0.38 0.72
Hex CB 9B D2 3 1A 0 12 124 26 48
Octal 313 233 322 3 32 0 22 444 46 110
Binary 11001011 10011011 11010010 11 11010 0 10010 100100100 100110 1001000

Color Harmonies of #CB9BD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9BD2

Black with #CB9BD2

Text Example


Text Example

White with #CB9BD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9BD2; }

 p { color: rgb(203,155,210); }

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

background-color css

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

 a { background-color: rgb(203,155,210); }

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

border-color css

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

 span { border-color: rgb(203,155,210); }

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