#CF7AF0

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

Shades of Heliotrope #CF7AF0

Tints of Heliotrope #CF7AF0

Color information

#CF7AF0 (or 0xCF7AF0) is unknown color: approx Heliotrope. HEX triplet: CF, 7A and F0. RGB value is (207,122,240). Sum of RGB (Red+Green+Blue) = 207+122+240=569 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.38% from 569); Green value is 122 (48.05% from 255 or 21.44% from 569); Blue value is 240 (94.14% from 255 or 42.18% from 569); Max value from RGB is 240 - color contains mainly: blue. Hex color #CF7AF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF7AF0 is #30850F. Grayscale: #A0A0A0. Windows color (decimal): -3179792 or 15760079. OLE color: 15760079.

HSL color Cylindrical-coordinate representation of color #CF7AF0: hue angle of 283.22º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CF7AF0 is Cyan = 0.14, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB207122240-
CMYK0.140.4900.06
HSL283.22º79.73%70.98%-
HSV(B)283.22º49.17%94.12%-
XYZ48.4233.4886.35-
YUV160.87172.66160.91-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.38%
GREEN value IS 122 (48.05% from 255) = 21.44%
BLUE value IS 240 (94.14% from 255) = 42.18%
R=36.38%
G=21.44%
B=42.18%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2071222400.140.4900.06283.2279.7370.98
HexCF7AF0E310611b5047
Octal317172360166106433120107
Binary110011111111010111100001110110001011010001101110100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF7AF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF7AF0; }

 p { color: rgb(207,122,240); }

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

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

 a { background-color: rgb(207,122,240); }

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

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

 span { border-color: rgb(207,122,240); }

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