Html Css Color HEX #CE93BD Lily

📋 copy color: '#CE93BD'

red 206 ◦ green 147 ◦ blue 189

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

Shades of Lily #CE93BD

Tints of Lily #CE93BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 34.87%

R = 38.01%
G = 27.12%
B = 34.87%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#CE93BD (or 0xCE93BD) is known color: Lily. HEX triplet: CE, 93 and BD. RGB value is (206,147,189). Sum of RGB (Red+Green+Blue) = 206+147+189=542 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.01% from 542); Green value is 147 (57.81% from 255 or 27.12% from 542); Blue value is 189 (74.22% from 255 or 34.87% from 542); Max value from RGB is 206 - color contains mainly: red. Hex color #CE93BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE93BD is #316C42. Grayscale: #A9A9A9. Windows color (decimal): -3238979 or 12424142. OLE color: 12424142.

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

Color convert

RGB 206 147 189 -
CMYK 0 0.29 0.08 0.19
HSL 317.29º 0.38% 0.69% -
HSV(B) 317.29º 0.29% 0.81% -
XYZ 45.07 37.66 53.04 -
YUV 169.43 139.05 154.08 -
System Red Green Blue C M Y K H S L
Decimal 206 147 189 0 0.29 0.08 0.19 317.29 0.38 0.69
Hex CE 93 BD 0 1D 8 13 13D 26 45
Octal 316 223 275 0 35 10 23 475 46 105
Binary 11001110 10010011 10111101 0 11101 1000 10011 100111101 100110 1000101

Color Harmonies of #CE93BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE93BD

Black with #CE93BD

Text Example


Text Example

White with #CE93BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE93BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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