Html Css Color HEX #CB9ED0 Lilac

📋 copy color: '#CB9ED0'

red 203 ◦ green 158 ◦ blue 208

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

Shades of Lilac #CB9ED0

Tints of Lilac #CB9ED0

RGB

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

 GREEN value IS 158 (62.11% from 255) = 27.77%

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

R = 35.68%
G = 27.77%
B = 36.56%

CMYK

 C value IS 0.02

 M value IS 0.24

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CB9ED0 (or 0xCB9ED0) is known color: Lilac. HEX triplet: CB, 9E and D0. RGB value is (203,158,208). Sum of RGB (Red+Green+Blue) = 203+158+208=569 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.68% from 569); Green value is 158 (62.11% from 255 or 27.77% from 569); Blue value is 208 (81.64% from 255 or 36.56% from 569); Max value from RGB is 208 - color contains mainly: blue. Hex color #CB9ED0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB9ED0 is #34612F. Grayscale: #B1B1B1. Windows color (decimal): -3432752 or 13672139. OLE color: 13672139.

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

Color convert

RGB 203 158 208 -
CMYK 0.02 0.24 0 0.18
HSL 294º 0.35% 0.72% -
HSV(B) 294º 0.24% 0.82% -
XYZ 48.24 41.7 65.18 -
YUV 177.16 145.41 146.43 -
System Red Green Blue C M Y K H S L
Decimal 203 158 208 0.02 0.24 0 0.18 294 0.35 0.72
Hex CB 9E D0 2 18 0 12 126 23 48
Octal 313 236 320 2 30 0 22 446 43 110
Binary 11001011 10011110 11010000 10 11000 0 10010 100100110 100011 1001000

Color Harmonies of #CB9ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9ED0

Black with #CB9ED0

Text Example


Text Example

White with #CB9ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9ED0; }

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

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

background-color css

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

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

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

border-color css

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

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

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