Html Css Color HEX #CE94CD Lilac

📋 copy color: '#CE94CD'

red 206 ◦ green 148 ◦ blue 205

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

Shades of Lilac #CE94CD

Tints of Lilac #CE94CD

RGB

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

 GREEN value IS 148 (58.2% from 255) = 26.48%

 BLUE value IS 205 (80.47% from 255) = 36.67%

R = 36.85%
G = 26.48%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.00

 K value IS 0.19

RGB Variations

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

Color information

#CE94CD (or 0xCE94CD) is known color: Lilac. HEX triplet: CE, 94 and CD. RGB value is (206,148,205). Sum of RGB (Red+Green+Blue) = 206+148+205=559 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.85% from 559); Green value is 148 (58.20% from 255 or 26.48% from 559); Blue value is 205 (80.47% from 255 or 36.67% from 559); Max value from RGB is 206 - color contains mainly: red. Hex color #CE94CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE94CD is #316B32. Grayscale: #ABABAB. Windows color (decimal): -3238707 or 13472974. OLE color: 13472974.

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

Color convert

RGB 206 148 205 -
CMYK 0 0.28 0.00 0.19
HSL 301.03º 0.37% 0.69% -
HSV(B) 301.03º 0.28% 0.81% -
XYZ 47.06 38.71 62.75 -
YUV 171.84 146.72 152.37 -
System Red Green Blue C M Y K H S L
Decimal 206 148 205 0 0.28 0.00 0.19 301.03 0.37 0.69
Hex CE 94 CD 0 1C 0 13 12D 25 45
Octal 316 224 315 0 34 0 23 455 45 105
Binary 11001110 10010100 11001101 0 11100 0 10011 100101101 100101 1000101

Color Harmonies of #CE94CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE94CD

Black with #CE94CD

Text Example


Text Example

White with #CE94CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE94CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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