Html Css Color HEX #CE85B1 Lily

📋 copy color: '#CE85B1'

red 206 ◦ green 133 ◦ blue 177

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

Shades of Lily #CE85B1

Tints of Lily #CE85B1

RGB

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

 GREEN value IS 133 (52.34% from 255) = 25.78%

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

R = 39.92%
G = 25.78%
B = 34.3%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.14

 K value IS 0.19

RGB Variations

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

Color information

#CE85B1 (or 0xCE85B1) is known color: Lily. HEX triplet: CE, 85 and B1. RGB value is (206,133,177). Sum of RGB (Red+Green+Blue) = 206+133+177=516 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.92% from 516); Green value is 133 (52.34% from 255 or 25.78% from 516); Blue value is 177 (69.53% from 255 or 34.30% from 516); Max value from RGB is 206 - color contains mainly: red. Hex color #CE85B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE85B1 is #317A4E. Grayscale: #9F9F9F. Windows color (decimal): -3242575 or 11634126. OLE color: 11634126.

HSL color Cylindrical-coordinate representation of color #CE85B1: hue angle of 323.84º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CE85B1 is Cyan = 0, Magento = 0.35, Yellow = 0.14 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 133 177 -
CMYK 0 0.35 0.14 0.19
HSL 323.84º 0.43% 0.66% -
HSV(B) 323.84º 0.35% 0.81% -
XYZ 41.78 33.07 45.78 -
YUV 159.84 137.68 160.92 -
System Red Green Blue C M Y K H S L
Decimal 206 133 177 0 0.35 0.14 0.19 323.84 0.43 0.66
Hex CE 85 B1 0 23 E 13 144 2B 42
Octal 316 205 261 0 43 16 23 504 53 102
Binary 11001110 10000101 10110001 0 100011 1110 10011 101000100 101011 1000010

Color Harmonies of #CE85B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE85B1

Black with #CE85B1

Text Example


Text Example

White with #CE85B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE85B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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