#CF78F2

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

Shades of Heliotrope #CF78F2

Tints of Heliotrope #CF78F2

Color information

#CF78F2 (or 0xCF78F2) is unknown color: approx Heliotrope. HEX triplet: CF, 78 and F2. RGB value is (207,120,242). Sum of RGB (Red+Green+Blue) = 207+120+242=569 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.38% from 569); Green value is 120 (47.27% from 255 or 21.09% from 569); Blue value is 242 (94.92% from 255 or 42.53% from 569); Max value from RGB is 242 - color contains mainly: blue. Hex color #CF78F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF78F2 is #30870D. Grayscale: #9F9F9F. Windows color (decimal): -3180302 or 15890639. OLE color: 15890639.

HSL color Cylindrical-coordinate representation of color #CF78F2: hue angle of 282.79º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CF78F2 is Cyan = 0.14, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB207120242-
CMYK0.140.5000.05
HSL282.79º82.43%70.98%-
HSV(B)282.79º50.41%94.9%-
XYZ48.4833.1187.84-
YUV159.92174.32161.58-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.38%
GREEN value IS 120 (47.27% from 255) = 21.09%
BLUE value IS 242 (94.92% from 255) = 42.53%
R=36.38%
G=21.09%
B=42.53%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2071202420.140.5000.05282.7982.4370.98
HexCF78F2E320511b5247
Octal317170362166205433122107
Binary110011111111000111100101110110010010110001101110100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF78F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF78F2; }

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

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

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

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

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

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

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

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