#CF51F7

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

Shades of Heliotrope #CF51F7

Tints of Heliotrope #CF51F7

Color information

#CF51F7 (or 0xCF51F7) is unknown color: approx Heliotrope. HEX triplet: CF, 51 and F7. RGB value is (207,81,247). Sum of RGB (Red+Green+Blue) = 207+81+247=535 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.69% from 535); Green value is 81 (32.03% from 255 or 15.14% from 535); Blue value is 247 (96.88% from 255 or 46.17% from 535); Max value from RGB is 247 - color contains mainly: blue. Hex color #CF51F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF51F7 is #30AE08. Grayscale: #898989. Windows color (decimal): -3190281 or 16208335. OLE color: 16208335.

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

Color convert

RGB20781247-
CMYK0.160.6700.03
HSL285.54º91.21%64.31%-
HSV(B)285.54º67.21%96.86%-
XYZ45.4625.8790.59-
YUV137.6189.74177.5-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.69%
GREEN value IS 81 (32.03% from 255) = 15.14%
BLUE value IS 247 (96.88% from 255) = 46.17%
R=38.69%
G=15.14%
B=46.17%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal207812470.160.6700.03285.5491.2164.31
HexCF51F710430311e5b40
Octal3171213672010303436133100
Binary1100111110100011111011110000100001101110001111010110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF51F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF51F7; }

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

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

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

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

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

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

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

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