#CF78FA

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

Shades of Heliotrope #CF78FA

Tints of Heliotrope #CF78FA

Color information

#CF78FA (or 0xCF78FA) is unknown color: approx Heliotrope. HEX triplet: CF, 78 and FA. RGB value is (207,120,250). Sum of RGB (Red+Green+Blue) = 207+120+250=577 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.88% from 577); Green value is 120 (47.27% from 255 or 20.80% from 577); Blue value is 250 (98.05% from 255 or 43.33% from 577); Max value from RGB is 250 - color contains mainly: blue. Hex color #CF78FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF78FA is #308705. Grayscale: #A0A0A0. Windows color (decimal): -3180294 or 16414927. OLE color: 16414927.

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

Color convert

RGB207120250-
CMYK0.170.5200.02
HSL280.15º92.86%72.55%-
HSV(B)280.15º52%98.04%-
XYZ49.733.694.31-
YUV160.83178.32160.93-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.88%
GREEN value IS 120 (47.27% from 255) = 20.80%
BLUE value IS 250 (98.05% from 255) = 43.33%
R=35.88%
G=20.80%
B=43.33%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2071202500.170.5200.02280.1592.8672.55
HexCF78FA1134021185d49
Octal317170372216402430135111
Binary110011111111000111110101000111010001010001100010111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF78FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF78FA; }

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

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

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

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

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

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

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

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