#CF4FF7

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

Shades of Heliotrope #CF4FF7

Tints of Heliotrope #CF4FF7

Color information

#CF4FF7 (or 0xCF4FF7) is unknown color: approx Heliotrope. HEX triplet: CF, 4F and F7. RGB value is (207,79,247). Sum of RGB (Red+Green+Blue) = 207+79+247=533 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.84% from 533); Green value is 79 (31.25% from 255 or 14.82% from 533); Blue value is 247 (96.88% from 255 or 46.34% from 533); Max value from RGB is 247 - color contains mainly: blue. Hex color #CF4FF7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF4FF7 is #30B008. Grayscale: #878787. Windows color (decimal): -3190793 or 16207823. OLE color: 16207823.

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

Color convert

RGB20779247-
CMYK0.160.6800.03
HSL285.71º91.3%63.92%-
HSV(B)285.71º68.02%96.86%-
XYZ45.3225.5790.54-
YUV136.42190.41178.34-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.84%
GREEN value IS 79 (31.25% from 255) = 14.82%
BLUE value IS 247 (96.88% from 255) = 46.34%
R=38.84%
G=14.82%
B=46.34%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal207792470.160.6800.03285.7191.363.92
HexCF4FF710440311e5b40
Octal3171173672010403436133100
Binary1100111110011111111011110000100010001110001111010110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF4FF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF4FF7; }

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

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

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

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

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

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

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

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