#CF81F7

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

Shades of Heliotrope #CF81F7

Tints of Heliotrope #CF81F7

Color information

#CF81F7 (or 0xCF81F7) is unknown color: approx Heliotrope. HEX triplet: CF, 81 and F7. RGB value is (207,129,247). Sum of RGB (Red+Green+Blue) = 207+129+247=583 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.51% from 583); Green value is 129 (50.78% from 255 or 22.13% from 583); Blue value is 247 (96.88% from 255 or 42.37% from 583); Max value from RGB is 247 - color contains mainly: blue. Hex color #CF81F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF81F7 is #307E08. Grayscale: #A5A5A5. Windows color (decimal): -3177993 or 16220623. OLE color: 16220623.

HSL color Cylindrical-coordinate representation of color #CF81F7: hue angle of 279.66º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CF81F7 is Cyan = 0.16, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB207129247-
CMYK0.160.4800.03
HSL279.66º88.06%73.73%-
HSV(B)279.66º47.77%96.86%-
XYZ50.3735.6892.23-
YUV165.77173.84157.41-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.51%
GREEN value IS 129 (50.78% from 255) = 22.13%
BLUE value IS 247 (96.88% from 255) = 42.37%
R=35.51%
G=22.13%
B=42.37%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2071292470.160.4800.03279.6688.0673.73
HexCF81F7103003118584a
Octal317201367206003430130112
Binary1100111110000001111101111000011000001110001100010110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF81F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF81F7; }

 p { color: rgb(207,129,247); }

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

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

 a { background-color: rgb(207,129,247); }

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

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

 span { border-color: rgb(207,129,247); }

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