Html Css Color HEX #CF87BC Lily

📋 copy color: '#CF87BC'

red 207 ◦ green 135 ◦ blue 188

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

Shades of Lily #CF87BC

Tints of Lily #CF87BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 35.47%

R = 39.06%
G = 25.47%
B = 35.47%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#CF87BC (or 0xCF87BC) is known color: Lily. HEX triplet: CF, 87 and BC. RGB value is (207,135,188). Sum of RGB (Red+Green+Blue) = 207+135+188=530 (70% of max value = 765). Red value is 207 (81.25% from 255 or 39.06% from 530); Green value is 135 (53.12% from 255 or 25.47% from 530); Blue value is 188 (73.83% from 255 or 35.47% from 530); Max value from RGB is 207 - color contains mainly: red. Hex color #CF87BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF87BC is #307843. Grayscale: #A2A2A2. Windows color (decimal): -3176516 or 12355535. OLE color: 12355535.

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

Color convert

RGB 207 135 188 -
CMYK 0 0.35 0.09 0.19
HSL 315.83º 0.43% 0.67% -
HSV(B) 315.83º 0.35% 0.81% -
XYZ 43.47 34.22 51.89 -
YUV 162.57 142.35 159.69 -
System Red Green Blue C M Y K H S L
Decimal 207 135 188 0 0.35 0.09 0.19 315.83 0.43 0.67
Hex CF 87 BC 0 23 9 13 13C 2B 43
Octal 317 207 274 0 43 11 23 474 53 103
Binary 11001111 10000111 10111100 0 100011 1001 10011 100111100 101011 1000011

Color Harmonies of #CF87BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF87BC

Black with #CF87BC

Text Example


Text Example

White with #CF87BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF87BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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