Html Css Color HEX #CE92CA Lilac

📋 copy color: '#CE92CA'

red 206 ◦ green 146 ◦ blue 202

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

Shades of Lilac #CE92CA

Tints of Lilac #CE92CA

RGB

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

 GREEN value IS 146 (57.42% from 255) = 26.35%

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

R = 37.18%
G = 26.35%
B = 36.46%

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

#CE92CA (or 0xCE92CA) is known color: Lilac. HEX triplet: CE, 92 and CA. RGB value is (206,146,202). Sum of RGB (Red+Green+Blue) = 206+146+202=554 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.18% from 554); Green value is 146 (57.42% from 255 or 26.35% from 554); Blue value is 202 (79.30% from 255 or 36.46% from 554); Max value from RGB is 206 - color contains mainly: red. Hex color #CE92CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE92CA is #316D35. Grayscale: #AAAAAA. Windows color (decimal): -3239222 or 13275854. OLE color: 13275854.

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

Color convert

RGB 206 146 202 -
CMYK 0 0.29 0.02 0.19
HSL 304º 0.38% 0.69% -
HSV(B) 304º 0.29% 0.81% -
XYZ 46.39 37.94 60.76 -
YUV 170.32 145.88 153.45 -
System Red Green Blue C M Y K H S L
Decimal 206 146 202 0 0.29 0.02 0.19 304 0.38 0.69
Hex CE 92 CA 0 1D 2 13 130 26 45
Octal 316 222 312 0 35 2 23 460 46 105
Binary 11001110 10010010 11001010 0 11101 10 10011 100110000 100110 1000101

Color Harmonies of #CE92CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE92CA

Black with #CE92CA

Text Example


Text Example

White with #CE92CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE92CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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