Html Css Color HEX #CE94D5 Lilac

📋 copy color: '#CE94D5'

red 206 ◦ green 148 ◦ blue 213

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

Shades of Lilac #CE94D5

Tints of Lilac #CE94D5

RGB

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

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

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

R = 36.33%
G = 26.1%
B = 37.57%

CMYK

 C value IS 0.03

 M value IS 0.31

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CE94D5 (or 0xCE94D5) is known color: Lilac. HEX triplet: CE, 94 and D5. RGB value is (206,148,213). Sum of RGB (Red+Green+Blue) = 206+148+213=567 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.33% from 567); Green value is 148 (58.20% from 255 or 26.10% from 567); Blue value is 213 (83.59% from 255 or 37.57% from 567); Max value from RGB is 213 - color contains mainly: blue. Hex color #CE94D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE94D5 is #316B2A. Grayscale: #ACACAC. Windows color (decimal): -3238699 or 13997262. OLE color: 13997262.

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

Color convert

RGB 206 148 213 -
CMYK 0.03 0.31 0 0.16
HSL 293.54º 0.44% 0.71% -
HSV(B) 293.54º 0.31% 0.84% -
XYZ 48.05 39.11 67.97 -
YUV 172.75 150.72 151.71 -
System Red Green Blue C M Y K H S L
Decimal 206 148 213 0.03 0.31 0 0.16 293.54 0.44 0.71
Hex CE 94 D5 3 1F 0 10 126 2C 47
Octal 316 224 325 3 37 0 20 446 54 107
Binary 11001110 10010100 11010101 11 11111 0 10000 100100110 101100 1000111

Color Harmonies of #CE94D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE94D5

Black with #CE94D5

Text Example


Text Example

White with #CE94D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE94D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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