Html Css Color HEX #CE94C1 Lilac

📋 copy color: '#CE94C1'

red 206 ◦ green 148 ◦ blue 193

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

Shades of Lilac #CE94C1

Tints of Lilac #CE94C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 35.28%

R = 37.66%
G = 27.06%
B = 35.28%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.06

 K value IS 0.19

RGB Variations

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

Color information

#CE94C1 (or 0xCE94C1) is known color: Lilac. HEX triplet: CE, 94 and C1. RGB value is (206,148,193). Sum of RGB (Red+Green+Blue) = 206+148+193=547 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.66% from 547); Green value is 148 (58.20% from 255 or 27.06% from 547); Blue value is 193 (75.78% from 255 or 35.28% from 547); Max value from RGB is 206 - color contains mainly: red. Hex color #CE94C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE94C1 is #316B3E. Grayscale: #AAAAAA. Windows color (decimal): -3238719 or 12686542. OLE color: 12686542.

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

Color convert

RGB 206 148 193 -
CMYK 0 0.28 0.06 0.19
HSL 313.45º 0.37% 0.69% -
HSV(B) 313.45º 0.28% 0.81% -
XYZ 45.67 38.15 55.41 -
YUV 170.47 140.72 153.34 -
System Red Green Blue C M Y K H S L
Decimal 206 148 193 0 0.28 0.06 0.19 313.45 0.37 0.69
Hex CE 94 C1 0 1C 6 13 139 25 45
Octal 316 224 301 0 34 6 23 471 45 105
Binary 11001110 10010100 11000001 0 11100 110 10011 100111001 100101 1000101

Color Harmonies of #CE94C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE94C1

Black with #CE94C1

Text Example


Text Example

White with #CE94C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE94C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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