#CF87FA

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

Shades of Heliotrope #CF87FA

Tints of Heliotrope #CF87FA

Color information

#CF87FA (or 0xCF87FA) is unknown color: approx Heliotrope. HEX triplet: CF, 87 and FA. RGB value is (207,135,250). Sum of RGB (Red+Green+Blue) = 207+135+250=592 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.97% from 592); Green value is 135 (53.12% from 255 or 22.80% from 592); Blue value is 250 (98.05% from 255 or 42.23% from 592); Max value from RGB is 250 - color contains mainly: blue. Hex color #CF87FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF87FA is #307805. Grayscale: #A9A9A9. Windows color (decimal): -3176454 or 16418767. OLE color: 16418767.

HSL color Cylindrical-coordinate representation of color #CF87FA: hue angle of 277.57º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CF87FA is Cyan = 0.17, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB207135250-
CMYK0.170.4600.02
HSL277.57º92%75.49%-
HSV(B)277.57º46%98.04%-
XYZ51.6537.594.96-
YUV169.64173.35154.65-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.97%
GREEN value IS 135 (53.12% from 255) = 22.80%
BLUE value IS 250 (98.05% from 255) = 42.23%
R=34.97%
G=22.80%
B=42.23%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2071352500.170.4600.02277.579275.49
HexCF87FA112E021165c4b
Octal317207372215602426134113
Binary1100111110000111111110101000110111001010001011010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF87FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF87FA; }

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

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

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

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

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

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

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

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