#CF49FA

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

Shades of Heliotrope #CF49FA

Tints of Heliotrope #CF49FA

Color information

#CF49FA (or 0xCF49FA) is unknown color: approx Heliotrope. HEX triplet: CF, 49 and FA. RGB value is (207,73,250). Sum of RGB (Red+Green+Blue) = 207+73+250=530 (70% of max value = 765). Red value is 207 (81.25% from 255 or 39.06% from 530); Green value is 73 (28.91% from 255 or 13.77% from 530); Blue value is 250 (98.05% from 255 or 47.17% from 530); Max value from RGB is 250 - color contains mainly: blue. Hex color #CF49FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF49FA is #30B605. Grayscale: #848484. Windows color (decimal): -3192326 or 16402895. OLE color: 16402895.

HSL color Cylindrical-coordinate representation of color #CF49FA: hue angle of 285.42º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CF49FA is Cyan = 0.17, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB20773250-
CMYK0.170.7100.02
HSL285.42º94.65%63.33%-
HSV(B)285.42º70.8%98.04%-
XYZ45.3724.9392.86-
YUV133.24193.89180.61-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.06%
GREEN value IS 73 (28.91% from 255) = 13.77%
BLUE value IS 250 (98.05% from 255) = 47.17%
R=39.06%
G=13.77%
B=47.17%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal207732500.170.7100.02285.4294.6563.33
HexCF49FA11470211d5f3f
Octal317111372211070243513777
Binary110011111001001111110101000110001110101000111011011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF49FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF49FA; }

 p { color: rgb(207,73,250); }

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

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

 a { background-color: rgb(207,73,250); }

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

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

 span { border-color: rgb(207,73,250); }

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