Html Css Color HEX #CE94D4 Lilac

📋 copy color: '#CE94D4'

red 206 ◦ green 148 ◦ blue 212

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

Shades of Lilac #CE94D4

Tints of Lilac #CE94D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 37.46%

R = 36.4%
G = 26.15%
B = 37.46%

CMYK

 C value IS 0.03

 M value IS 0.30

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#CE94D4 (or 0xCE94D4) is known color: Lilac. HEX triplet: CE, 94 and D4. RGB value is (206,148,212). Sum of RGB (Red+Green+Blue) = 206+148+212=566 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.40% from 566); Green value is 148 (58.20% from 255 or 26.15% from 566); Blue value is 212 (83.20% from 255 or 37.46% from 566); Max value from RGB is 212 - color contains mainly: blue. Hex color #CE94D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE94D4 is #316B2B. Grayscale: #ACACAC. Windows color (decimal): -3238700 or 13931726. OLE color: 13931726.

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

Color convert

RGB 206 148 212 -
CMYK 0.03 0.30 0 0.17
HSL 294.38º 0.43% 0.71% -
HSV(B) 294.38º 0.3% 0.83% -
XYZ 47.93 39.06 67.3 -
YUV 172.64 150.22 151.8 -
System Red Green Blue C M Y K H S L
Decimal 206 148 212 0.03 0.30 0 0.17 294.38 0.43 0.71
Hex CE 94 D4 3 1E 0 11 126 2B 47
Octal 316 224 324 3 36 0 21 446 53 107
Binary 11001110 10010100 11010100 11 11110 0 10001 100100110 101011 1000111

Color Harmonies of #CE94D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE94D4

Black with #CE94D4

Text Example


Text Example

White with #CE94D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE94D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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