Html Css Color HEX #CE85B5 Lily

📋 copy color: '#CE85B5'

red 206 ◦ green 133 ◦ blue 181

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

Shades of Lily #CE85B5

Tints of Lily #CE85B5

RGB

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

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

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

R = 39.62%
G = 25.58%
B = 34.81%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.12

 K value IS 0.19

RGB Variations

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

Color information

#CE85B5 (or 0xCE85B5) is known color: Lily. HEX triplet: CE, 85 and B5. RGB value is (206,133,181). Sum of RGB (Red+Green+Blue) = 206+133+181=520 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.62% from 520); Green value is 133 (52.34% from 255 or 25.58% from 520); Blue value is 181 (71.09% from 255 or 34.81% from 520); Max value from RGB is 206 - color contains mainly: red. Hex color #CE85B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE85B5 is #317A4A. Grayscale: #A0A0A0. Windows color (decimal): -3242571 or 11896270. OLE color: 11896270.

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

Color convert

RGB 206 133 181 -
CMYK 0 0.35 0.12 0.19
HSL 320.55º 0.43% 0.66% -
HSV(B) 320.55º 0.35% 0.81% -
XYZ 42.18 33.23 47.91 -
YUV 160.3 139.68 160.6 -
System Red Green Blue C M Y K H S L
Decimal 206 133 181 0 0.35 0.12 0.19 320.55 0.43 0.66
Hex CE 85 B5 0 23 C 13 141 2B 42
Octal 316 205 265 0 43 14 23 501 53 102
Binary 11001110 10000101 10110101 0 100011 1100 10011 101000001 101011 1000010

Color Harmonies of #CE85B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE85B5

Black with #CE85B5

Text Example


Text Example

White with #CE85B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE85B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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