#CF87FC

Color #CF87FC Heliotrope (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heliotrope #CF87FC

Tints of Heliotrope #CF87FC

Color information

#CF87FC (or 0xCF87FC) is unknown color: approx Heliotrope. HEX triplet: CF, 87 and FC. RGB value is (207,135,252). Sum of RGB (Red+Green+Blue) = 207+135+252=594 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.85% from 594); Green value is 135 (53.12% from 255 or 22.73% from 594); Blue value is 252 (98.83% from 255 or 42.42% from 594); Max value from RGB is 252 - color contains mainly: blue. Hex color #CF87FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF87FC is #307803. Grayscale: #A9A9A9. Windows color (decimal): -3176452 or 16549839. OLE color: 16549839.

HSL color Cylindrical-coordinate representation of color #CF87FC: hue angle of 276.92º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CF87FC is Cyan = 0.18, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB207135252-
CMYK0.180.4600.01
HSL276.92º95.12%75.88%-
HSV(B)276.92º46.43%98.82%-
XYZ51.9737.6296.62-
YUV169.87174.35154.49-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.85%
GREEN value IS 135 (53.12% from 255) = 22.73%
BLUE value IS 252 (98.83% from 255) = 42.42%
R=34.85%
G=22.73%
B=42.42%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2071352520.180.4600.01276.9295.1275.88
HexCF87FC122E011155f4c
Octal317207374225601425137114
Binary110011111000011111111100100101011100110001010110111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF87FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF87FC; }

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

 H1.HeaderClassName
 {
   color: #CF87FC;
 }
 .AnyTagClassName
 {
   color: #CF87FC;
 }
</style>
background-color css

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

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

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

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

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

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