Html Css Color HEX #CF86B7 Lily

📋 copy color: '#CF86B7'

red 207 ◦ green 134 ◦ blue 183

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

Shades of Lily #CF86B7

Tints of Lily #CF86B7

RGB

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

 GREEN value IS 134 (52.73% from 255) = 25.57%

 BLUE value IS 183 (71.88% from 255) = 34.92%

R = 39.5%
G = 25.57%
B = 34.92%

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

#CF86B7 (or 0xCF86B7) is known color: Lily. HEX triplet: CF, 86 and B7. RGB value is (207,134,183). Sum of RGB (Red+Green+Blue) = 207+134+183=524 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.50% from 524); Green value is 134 (52.73% from 255 or 25.57% from 524); Blue value is 183 (71.88% from 255 or 34.92% from 524); Max value from RGB is 207 - color contains mainly: red. Hex color #CF86B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF86B7 is #307948. Grayscale: #A1A1A1. Windows color (decimal): -3176777 or 12027599. OLE color: 12027599.

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

Color convert

RGB 207 134 183 -
CMYK 0 0.35 0.12 0.19
HSL 319.73º 0.43% 0.67% -
HSV(B) 319.73º 0.35% 0.81% -
XYZ 42.8 33.73 49.06 -
YUV 161.41 140.18 160.52 -
System Red Green Blue C M Y K H S L
Decimal 207 134 183 0 0.35 0.12 0.19 319.73 0.43 0.67
Hex CF 86 B7 0 23 C 13 140 2B 43
Octal 317 206 267 0 43 14 23 500 53 103
Binary 11001111 10000110 10110111 0 100011 1100 10011 101000000 101011 1000011

Color Harmonies of #CF86B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF86B7

Black with #CF86B7

Text Example


Text Example

White with #CF86B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF86B7; }

 p { color: rgb(207,134,183); }

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

background-color css

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

 a { background-color: rgb(207,134,183); }

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

border-color css

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

 span { border-color: rgb(207,134,183); }

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