Html Css Color HEX #CF87AF Lily

📋 copy color: '#CF87AF'

red 207 ◦ green 135 ◦ blue 175

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

Shades of Lily #CF87AF

Tints of Lily #CF87AF

RGB

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

 GREEN value IS 135 (53.13% from 255) = 26.11%

 BLUE value IS 175 (68.75% from 255) = 33.85%

R = 40.04%
G = 26.11%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.15

 K value IS 0.19

RGB Variations

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

Color information

#CF87AF (or 0xCF87AF) is known color: Lily. HEX triplet: CF, 87 and AF. RGB value is (207,135,175). Sum of RGB (Red+Green+Blue) = 207+135+175=517 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.04% from 517); Green value is 135 (53.12% from 255 or 26.11% from 517); Blue value is 175 (68.75% from 255 or 33.85% from 517); Max value from RGB is 207 - color contains mainly: red. Hex color #CF87AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF87AF is #307850. Grayscale: #A1A1A1. Windows color (decimal): -3176529 or 11503567. OLE color: 11503567.

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

Color convert

RGB 207 135 175 -
CMYK 0 0.35 0.15 0.19
HSL 326.67º 0.43% 0.67% -
HSV(B) 326.67º 0.35% 0.81% -
XYZ 42.13 33.69 44.84 -
YUV 161.09 135.85 160.75 -
System Red Green Blue C M Y K H S L
Decimal 207 135 175 0 0.35 0.15 0.19 326.67 0.43 0.67
Hex CF 87 AF 0 23 F 13 147 2B 43
Octal 317 207 257 0 43 17 23 507 53 103
Binary 11001111 10000111 10101111 0 100011 1111 10011 101000111 101011 1000011

Color Harmonies of #CF87AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF87AF

Black with #CF87AF

Text Example


Text Example

White with #CF87AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF87AF; }

 p { color: rgb(207,135,175); }

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

background-color css

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

 a { background-color: rgb(207,135,175); }

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

border-color css

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

 span { border-color: rgb(207,135,175); }

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