#CF7AEF

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

Shades of Heliotrope #CF7AEF

Tints of Heliotrope #CF7AEF

Color information

#CF7AEF (or 0xCF7AEF) is unknown color: approx Heliotrope. HEX triplet: CF, 7A and EF. RGB value is (207,122,239). Sum of RGB (Red+Green+Blue) = 207+122+239=568 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.44% from 568); Green value is 122 (48.05% from 255 or 21.48% from 568); Blue value is 239 (93.75% from 255 or 42.08% from 568); Max value from RGB is 239 - color contains mainly: blue. Hex color #CF7AEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF7AEF is #308510. Grayscale: #A0A0A0. Windows color (decimal): -3179793 or 15694543. OLE color: 15694543.

HSL color Cylindrical-coordinate representation of color #CF7AEF: hue angle of 283.59º degrees, saturation: 0.79, 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 #CF7AEF is Cyan = 0.13, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB207122239-
CMYK0.130.4900.06
HSL283.59º78.52%70.78%-
HSV(B)283.59º48.95%93.73%-
XYZ48.2733.4285.57-
YUV160.75172.16160.99-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.44%
GREEN value IS 122 (48.05% from 255) = 21.48%
BLUE value IS 239 (93.75% from 255) = 42.08%
R=36.44%
G=21.48%
B=42.08%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2071222390.130.4900.06283.5978.5270.78
HexCF7AEFD310611c4f47
Octal317172357156106434117107
Binary110011111111010111011111101110001011010001110010011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF7AEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF7AEF; }

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

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

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

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

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

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

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

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