#CF4EF7

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

Shades of Heliotrope #CF4EF7

Tints of Heliotrope #CF4EF7

Color information

#CF4EF7 (or 0xCF4EF7) is unknown color: approx Heliotrope. HEX triplet: CF, 4E and F7. RGB value is (207,78,247). Sum of RGB (Red+Green+Blue) = 207+78+247=532 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.91% from 532); Green value is 78 (30.86% from 255 or 14.66% from 532); Blue value is 247 (96.88% from 255 or 46.43% from 532); Max value from RGB is 247 - color contains mainly: blue. Hex color #CF4EF7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF4EF7 is #30B108. Grayscale: #878787. Windows color (decimal): -3191049 or 16207567. OLE color: 16207567.

HSL color Cylindrical-coordinate representation of color #CF4EF7: hue angle of 285.8º 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 #CF4EF7 is Cyan = 0.16, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB20778247-
CMYK0.160.6800.03
HSL285.8º91.35%63.73%-
HSV(B)285.8º68.42%96.86%-
XYZ45.2525.4390.52-
YUV135.84190.74178.76-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.91%
GREEN value IS 78 (30.86% from 255) = 14.66%
BLUE value IS 247 (96.88% from 255) = 46.43%
R=38.91%
G=14.66%
B=46.43%

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
Decimal207782470.160.6800.03285.891.3563.73
HexCF4EF710440311e5b40
Octal3171163672010403436133100
Binary1100111110011101111011110000100010001110001111010110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF4EF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF4EF7; }

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

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

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

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

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

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

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

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