#CF7DF7

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

Shades of Heliotrope #CF7DF7

Tints of Heliotrope #CF7DF7

Color information

#CF7DF7 (or 0xCF7DF7) is unknown color: approx Heliotrope. HEX triplet: CF, 7D and F7. RGB value is (207,125,247). Sum of RGB (Red+Green+Blue) = 207+125+247=579 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.75% from 579); Green value is 125 (49.22% from 255 or 21.59% from 579); Blue value is 247 (96.88% from 255 or 42.66% from 579); Max value from RGB is 247 - color contains mainly: blue. Hex color #CF7DF7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF7DF7 is #308208. Grayscale: #A3A3A3. Windows color (decimal): -3179017 or 16219599. OLE color: 16219599.

HSL color Cylindrical-coordinate representation of color #CF7DF7: hue angle of 280.33º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CF7DF7 is Cyan = 0.16, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB207125247-
CMYK0.160.4900.03
HSL280.33º88.41%72.94%-
HSV(B)280.33º49.39%96.86%-
XYZ49.8534.6592.06-
YUV163.43175.17159.08-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.75%
GREEN value IS 125 (49.22% from 255) = 21.59%
BLUE value IS 247 (96.88% from 255) = 42.66%
R=35.75%
G=21.59%
B=42.66%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2071252470.160.4900.03280.3388.4172.94
HexCF7DF71031031185849
Octal317175367206103430130111
Binary110011111111101111101111000011000101110001100010110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF7DF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF7DF7; }

 p { color: rgb(207,125,247); }

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

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

 a { background-color: rgb(207,125,247); }

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

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

 span { border-color: rgb(207,125,247); }

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