Html Css Color HEX #CE93B5 Lily

📋 copy color: '#CE93B5'

red 206 ◦ green 147 ◦ blue 181

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

Shades of Lily #CE93B5

Tints of Lily #CE93B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 33.9%

R = 38.58%
G = 27.53%
B = 33.9%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.12

 K value IS 0.19

RGB Variations

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

Color information

#CE93B5 (or 0xCE93B5) is known color: Lily. HEX triplet: CE, 93 and B5. RGB value is (206,147,181). Sum of RGB (Red+Green+Blue) = 206+147+181=534 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.58% from 534); Green value is 147 (57.81% from 255 or 27.53% from 534); Blue value is 181 (71.09% from 255 or 33.90% from 534); Max value from RGB is 206 - color contains mainly: red. Hex color #CE93B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE93B5 is #316C4A. Grayscale: #A8A8A8. Windows color (decimal): -3238987 or 11899854. OLE color: 11899854.

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

Color convert

RGB 206 147 181 -
CMYK 0 0.29 0.12 0.19
HSL 325.42º 0.38% 0.69% -
HSV(B) 325.42º 0.29% 0.81% -
XYZ 44.23 37.33 48.59 -
YUV 168.52 135.05 154.74 -
System Red Green Blue C M Y K H S L
Decimal 206 147 181 0 0.29 0.12 0.19 325.42 0.38 0.69
Hex CE 93 B5 0 1D C 13 145 26 45
Octal 316 223 265 0 35 14 23 505 46 105
Binary 11001110 10010011 10110101 0 11101 1100 10011 101000101 100110 1000101

Color Harmonies of #CE93B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE93B5

Black with #CE93B5

Text Example


Text Example

White with #CE93B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE93B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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