#CF50F5

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

Shades of Heliotrope #CF50F5

Tints of Heliotrope #CF50F5

Color information

#CF50F5 (or 0xCF50F5) is unknown color: approx Heliotrope. HEX triplet: CF, 50 and F5. RGB value is (207,80,245). Sum of RGB (Red+Green+Blue) = 207+80+245=532 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.91% from 532); Green value is 80 (31.64% from 255 or 15.04% from 532); Blue value is 245 (96.09% from 255 or 46.05% from 532); Max value from RGB is 245 - color contains mainly: blue. Hex color #CF50F5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF50F5 is #30AF0A. Grayscale: #888888. Windows color (decimal): -3190539 or 16077007. OLE color: 16077007.

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

Color convert

RGB20780245-
CMYK0.160.6700.04
HSL286.18º89.19%63.73%-
HSV(B)286.18º67.35%96.08%-
XYZ45.0825.688.95-
YUV136.78189.08178.08-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.91%
GREEN value IS 80 (31.64% from 255) = 15.04%
BLUE value IS 245 (96.09% from 255) = 46.05%
R=38.91%
G=15.04%
B=46.05%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal207802450.160.6700.04286.1889.1963.73
HexCF50F510430411e5940
Octal3171203652010304436131100
Binary11001111101000011110101100001000011010010001111010110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF50F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF50F5; }

 p { color: rgb(207,80,245); }

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

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

 a { background-color: rgb(207,80,245); }

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

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

 span { border-color: rgb(207,80,245); }

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