Html Css Color HEX #CE93CA Lilac

📋 copy color: '#CE93CA'

red 206 ◦ green 147 ◦ blue 202

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

Shades of Lilac #CE93CA

Tints of Lilac #CE93CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 36.4%

R = 37.12%
G = 26.49%
B = 36.4%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#CE93CA (or 0xCE93CA) is known color: Lilac. HEX triplet: CE, 93 and CA. RGB value is (206,147,202). Sum of RGB (Red+Green+Blue) = 206+147+202=555 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.12% from 555); Green value is 147 (57.81% from 255 or 26.49% from 555); Blue value is 202 (79.30% from 255 or 36.40% from 555); Max value from RGB is 206 - color contains mainly: red. Hex color #CE93CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE93CA is #316C35. Grayscale: #AAAAAA. Windows color (decimal): -3238966 or 13276110. OLE color: 13276110.

HSL color Cylindrical-coordinate representation of color #CE93CA: hue angle of 304.07º 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 #CE93CA is Cyan = 0, Magento = 0.29, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 147 202 -
CMYK 0 0.29 0.02 0.19
HSL 304.07º 0.38% 0.69% -
HSV(B) 304.07º 0.29% 0.81% -
XYZ 46.55 38.25 60.81 -
YUV 170.91 145.55 153.03 -
System Red Green Blue C M Y K H S L
Decimal 206 147 202 0 0.29 0.02 0.19 304.07 0.38 0.69
Hex CE 93 CA 0 1D 2 13 130 26 45
Octal 316 223 312 0 35 2 23 460 46 105
Binary 11001110 10010011 11001010 0 11101 10 10011 100110000 100110 1000101

Color Harmonies of #CE93CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE93CA

Black with #CE93CA

Text Example


Text Example

White with #CE93CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE93CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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