Html Css Color HEX #CE93B1 Lily

📋 copy color: '#CE93B1'

red 206 ◦ green 147 ◦ blue 177

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

Shades of Lily #CE93B1

Tints of Lily #CE93B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 33.4%

R = 38.87%
G = 27.74%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.14

 K value IS 0.19

RGB Variations

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

Color information

#CE93B1 (or 0xCE93B1) is known color: Lily. HEX triplet: CE, 93 and B1. RGB value is (206,147,177). Sum of RGB (Red+Green+Blue) = 206+147+177=530 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.87% from 530); Green value is 147 (57.81% from 255 or 27.74% from 530); Blue value is 177 (69.53% from 255 or 33.40% from 530); Max value from RGB is 206 - color contains mainly: red. Hex color #CE93B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE93B1 is #316C4E. Grayscale: #A7A7A7. Windows color (decimal): -3238991 or 11637710. OLE color: 11637710.

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

Color convert

RGB 206 147 177 -
CMYK 0 0.29 0.14 0.19
HSL 329.49º 0.38% 0.69% -
HSV(B) 329.49º 0.29% 0.81% -
XYZ 43.82 37.16 46.46 -
YUV 168.06 133.05 155.06 -
System Red Green Blue C M Y K H S L
Decimal 206 147 177 0 0.29 0.14 0.19 329.49 0.38 0.69
Hex CE 93 B1 0 1D E 13 149 26 45
Octal 316 223 261 0 35 16 23 511 46 105
Binary 11001110 10010011 10110001 0 11101 1110 10011 101001001 100110 1000101

Color Harmonies of #CE93B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE93B1

Black with #CE93B1

Text Example


Text Example

White with #CE93B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE93B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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