Html Css Color HEX #CF85BE Lily

📋 copy color: '#CF85BE'

red 207 ◦ green 133 ◦ blue 190

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

Shades of Lily #CF85BE

Tints of Lily #CF85BE

RGB

 RED value IS 207 (81.25% from 255) = 39.06%

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

 BLUE value IS 190 (74.61% from 255) = 35.85%

R = 39.06%
G = 25.09%
B = 35.85%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#CF85BE (or 0xCF85BE) is known color: Lily. HEX triplet: CF, 85 and BE. RGB value is (207,133,190). Sum of RGB (Red+Green+Blue) = 207+133+190=530 (70% of max value = 765). Red value is 207 (81.25% from 255 or 39.06% from 530); Green value is 133 (52.34% from 255 or 25.09% from 530); Blue value is 190 (74.61% from 255 or 35.85% from 530); Max value from RGB is 207 - color contains mainly: red. Hex color #CF85BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF85BE is #307A41. Grayscale: #A1A1A1. Windows color (decimal): -3177026 or 12486095. OLE color: 12486095.

HSL color Cylindrical-coordinate representation of color #CF85BE: hue angle of 313.78º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CF85BE is Cyan = 0, Magento = 0.36, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 133 190 -
CMYK 0 0.36 0.08 0.19
HSL 313.78º 0.44% 0.67% -
HSV(B) 313.78º 0.36% 0.81% -
XYZ 43.41 33.76 52.94 -
YUV 161.62 144.02 160.37 -
System Red Green Blue C M Y K H S L
Decimal 207 133 190 0 0.36 0.08 0.19 313.78 0.44 0.67
Hex CF 85 BE 0 24 8 13 13A 2C 43
Octal 317 205 276 0 44 10 23 472 54 103
Binary 11001111 10000101 10111110 0 100100 1000 10011 100111010 101100 1000011

Color Harmonies of #CF85BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF85BE

Black with #CF85BE

Text Example


Text Example

White with #CF85BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF85BE; }

 p { color: rgb(207,133,190); }

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

background-color css

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

 a { background-color: rgb(207,133,190); }

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

border-color css

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

 span { border-color: rgb(207,133,190); }

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