Html Css Color HEX #CE98CA Lilac

📋 copy color: '#CE98CA'

red 206 ◦ green 152 ◦ blue 202

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

Shades of Lilac #CE98CA

Tints of Lilac #CE98CA

RGB

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

 GREEN value IS 152 (59.77% from 255) = 27.14%

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

R = 36.79%
G = 27.14%
B = 36.07%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#CE98CA (or 0xCE98CA) is known color: Lilac. HEX triplet: CE, 98 and CA. RGB value is (206,152,202). Sum of RGB (Red+Green+Blue) = 206+152+202=560 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.79% from 560); Green value is 152 (59.77% from 255 or 27.14% from 560); Blue value is 202 (79.30% from 255 or 36.07% from 560); Max value from RGB is 206 - color contains mainly: red. Hex color #CE98CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE98CA is #316735. Grayscale: #ADADAD. Windows color (decimal): -3237686 or 13277390. OLE color: 13277390.

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

Color convert

RGB 206 152 202 -
CMYK 0 0.26 0.02 0.19
HSL 304.44º 0.36% 0.7% -
HSV(B) 304.44º 0.26% 0.81% -
XYZ 47.34 39.84 61.07 -
YUV 173.85 143.89 150.93 -
System Red Green Blue C M Y K H S L
Decimal 206 152 202 0 0.26 0.02 0.19 304.44 0.36 0.7
Hex CE 98 CA 0 1A 2 13 130 24 46
Octal 316 230 312 0 32 2 23 460 44 106
Binary 11001110 10011000 11001010 0 11010 10 10011 100110000 100100 1000110

Color Harmonies of #CE98CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE98CA

Black with #CE98CA

Text Example


Text Example

White with #CE98CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE98CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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