Html Css Color HEX #CD96CE Lilac

📋 copy color: '#CD96CE'

red 205 ◦ green 150 ◦ blue 206

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

Shades of Lilac #CD96CE

Tints of Lilac #CD96CE

RGB

 RED value IS 205 (80.47% from 255) = 36.54%

 GREEN value IS 150 (58.98% from 255) = 26.74%

 BLUE value IS 206 (80.86% from 255) = 36.72%

R = 36.54%
G = 26.74%
B = 36.72%

CMYK

 C value IS 0.00

 M value IS 0.27

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CD96CE (or 0xCD96CE) is known color: Lilac. HEX triplet: CD, 96 and CE. RGB value is (205,150,206). Sum of RGB (Red+Green+Blue) = 205+150+206=561 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.54% from 561); Green value is 150 (58.98% from 255 or 26.74% from 561); Blue value is 206 (80.86% from 255 or 36.72% from 561); Max value from RGB is 206 - color contains mainly: blue. Hex color #CD96CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD96CE is #326931. Grayscale: #ACACAC. Windows color (decimal): -3303730 or 13539021. OLE color: 13539021.

HSL color Cylindrical-coordinate representation of color #CD96CE: hue angle of 298.93º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CD96CE is Cyan = 0.00, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 205 150 206 -
CMYK 0.00 0.27 0 0.19
HSL 298.93º 0.36% 0.7% -
HSV(B) 298.93º 0.27% 0.81% -
XYZ 47.22 39.25 63.48 -
YUV 172.83 146.72 150.95 -
System Red Green Blue C M Y K H S L
Decimal 205 150 206 0.00 0.27 0 0.19 298.93 0.36 0.7
Hex CD 96 CE 0 1B 0 13 12B 24 46
Octal 315 226 316 0 33 0 23 453 44 106
Binary 11001101 10010110 11001110 0 11011 0 10011 100101011 100100 1000110

Color Harmonies of #CD96CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD96CE

Black with #CD96CE

Text Example


Text Example

White with #CD96CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD96CE; }

 p { color: rgb(205,150,206); }

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

background-color css

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

 a { background-color: rgb(205,150,206); }

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

border-color css

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

 span { border-color: rgb(205,150,206); }

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