Html Css Color HEX #CE95D5 Lilac

📋 copy color: '#CE95D5'

red 206 ◦ green 149 ◦ blue 213

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

Shades of Lilac #CE95D5

Tints of Lilac #CE95D5

RGB

 RED value IS 206 (80.86% from 255) = 36.27%

 GREEN value IS 149 (58.59% from 255) = 26.23%

 BLUE value IS 213 (83.59% from 255) = 37.5%

R = 36.27%
G = 26.23%
B = 37.5%

CMYK

 C value IS 0.03

 M value IS 0.30

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CE95D5 (or 0xCE95D5) is known color: Lilac. HEX triplet: CE, 95 and D5. RGB value is (206,149,213). Sum of RGB (Red+Green+Blue) = 206+149+213=568 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.27% from 568); Green value is 149 (58.59% from 255 or 26.23% from 568); Blue value is 213 (83.59% from 255 or 37.5% from 568); Max value from RGB is 213 - color contains mainly: blue. Hex color #CE95D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE95D5 is #316A2A. Grayscale: #ADADAD. Windows color (decimal): -3238443 or 13997518. OLE color: 13997518.

HSL color Cylindrical-coordinate representation of color #CE95D5: hue angle of 293.44º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CE95D5 is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 206 149 213 -
CMYK 0.03 0.30 0 0.16
HSL 293.44º 0.43% 0.71% -
HSV(B) 293.44º 0.3% 0.84% -
XYZ 48.21 39.42 68.02 -
YUV 173.34 150.38 151.3 -
System Red Green Blue C M Y K H S L
Decimal 206 149 213 0.03 0.30 0 0.16 293.44 0.43 0.71
Hex CE 95 D5 3 1E 0 10 125 2B 47
Octal 316 225 325 3 36 0 20 445 53 107
Binary 11001110 10010101 11010101 11 11110 0 10000 100100101 101011 1000111

Color Harmonies of #CE95D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE95D5

Black with #CE95D5

Text Example


Text Example

White with #CE95D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE95D5; }

 p { color: rgb(206,149,213); }

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

background-color css

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

 a { background-color: rgb(206,149,213); }

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

border-color css

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

 span { border-color: rgb(206,149,213); }

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