Html Css Color HEX #CE93CF Lilac

📋 copy color: '#CE93CF'

red 206 ◦ green 147 ◦ blue 207

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

Shades of Lilac #CE93CF

Tints of Lilac #CE93CF

RGB

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

 GREEN value IS 147 (57.81% from 255) = 26.25%

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

R = 36.79%
G = 26.25%
B = 36.96%

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

#CE93CF (or 0xCE93CF) is known color: Lilac. HEX triplet: CE, 93 and CF. RGB value is (206,147,207). Sum of RGB (Red+Green+Blue) = 206+147+207=560 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.79% from 560); Green value is 147 (57.81% from 255 or 26.25% from 560); Blue value is 207 (81.25% from 255 or 36.96% from 560); Max value from RGB is 207 - color contains mainly: blue. Hex color #CE93CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE93CF is #316C30. Grayscale: #ABABAB. Windows color (decimal): -3238961 or 13603790. OLE color: 13603790.

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

Color convert

RGB 206 147 207 -
CMYK 0.00 0.29 0 0.19
HSL 299º 0.38% 0.69% -
HSV(B) 299º 0.29% 0.81% -
XYZ 47.15 38.49 63.98 -
YUV 171.48 148.05 152.62 -
System Red Green Blue C M Y K H S L
Decimal 206 147 207 0.00 0.29 0 0.19 299 0.38 0.69
Hex CE 93 CF 0 1D 0 13 12B 26 45
Octal 316 223 317 0 35 0 23 453 46 105
Binary 11001110 10010011 11001111 0 11101 0 10011 100101011 100110 1000101

Color Harmonies of #CE93CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE93CF

Black with #CE93CF

Text Example


Text Example

White with #CE93CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE93CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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