Html Css Color HEX #CE95C0 Lily

📋 copy color: '#CE95C0'

red 206 ◦ green 149 ◦ blue 192

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

Shades of Lily #CE95C0

Tints of Lily #CE95C0

RGB

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

 GREEN value IS 149 (58.59% from 255) = 27.24%

 BLUE value IS 192 (75.39% from 255) = 35.1%

R = 37.66%
G = 27.24%
B = 35.1%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.07

 K value IS 0.19

RGB Variations

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

Color information

#CE95C0 (or 0xCE95C0) is known color: Lily. HEX triplet: CE, 95 and C0. RGB value is (206,149,192). Sum of RGB (Red+Green+Blue) = 206+149+192=547 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.66% from 547); Green value is 149 (58.59% from 255 or 27.24% from 547); Blue value is 192 (75.39% from 255 or 35.10% from 547); Max value from RGB is 206 - color contains mainly: red. Hex color #CE95C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE95C0 is #316A3F. Grayscale: #AAAAAA. Windows color (decimal): -3238464 or 12621262. OLE color: 12621262.

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

Color convert

RGB 206 149 192 -
CMYK 0 0.28 0.07 0.19
HSL 314.74º 0.37% 0.7% -
HSV(B) 314.74º 0.28% 0.81% -
XYZ 45.72 38.42 54.88 -
YUV 170.95 139.88 153 -
System Red Green Blue C M Y K H S L
Decimal 206 149 192 0 0.28 0.07 0.19 314.74 0.37 0.7
Hex CE 95 C0 0 1C 7 13 13B 25 46
Octal 316 225 300 0 34 7 23 473 45 106
Binary 11001110 10010101 11000000 0 11100 111 10011 100111011 100101 1000110

Color Harmonies of #CE95C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE95C0

Black with #CE95C0

Text Example


Text Example

White with #CE95C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE95C0; }

 p { color: rgb(206,149,192); }

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

background-color css

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

 a { background-color: rgb(206,149,192); }

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

border-color css

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

 span { border-color: rgb(206,149,192); }

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