Html Css Color HEX #CE94CF Lilac

📋 copy color: '#CE94CF'

red 206 ◦ green 148 ◦ blue 207

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

Shades of Lilac #CE94CF

Tints of Lilac #CE94CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 36.9%

R = 36.72%
G = 26.38%
B = 36.9%

CMYK

 C value IS 0.00

 M value IS 0.29

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CE94CF (or 0xCE94CF) is known color: Lilac. HEX triplet: CE, 94 and CF. RGB value is (206,148,207). Sum of RGB (Red+Green+Blue) = 206+148+207=561 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.72% from 561); Green value is 148 (58.20% from 255 or 26.38% from 561); Blue value is 207 (81.25% from 255 or 36.90% from 561); Max value from RGB is 207 - color contains mainly: blue. Hex color #CE94CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE94CF is #316B30. Grayscale: #ABABAB. Windows color (decimal): -3238705 or 13604046. OLE color: 13604046.

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

Color convert

RGB 206 148 207 -
CMYK 0.00 0.29 0 0.19
HSL 298.98º 0.38% 0.7% -
HSV(B) 298.98º 0.29% 0.81% -
XYZ 47.31 38.81 64.03 -
YUV 172.07 147.72 152.2 -
System Red Green Blue C M Y K H S L
Decimal 206 148 207 0.00 0.29 0 0.19 298.98 0.38 0.7
Hex CE 94 CF 0 1D 0 13 12B 26 46
Octal 316 224 317 0 35 0 23 453 46 106
Binary 11001110 10010100 11001111 0 11101 0 10011 100101011 100110 1000110

Color Harmonies of #CE94CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE94CF

Black with #CE94CF

Text Example


Text Example

White with #CE94CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE94CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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