#CF7EF7

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

Shades of Heliotrope #CF7EF7

Tints of Heliotrope #CF7EF7

Color information

#CF7EF7 (or 0xCF7EF7) is unknown color: approx Heliotrope. HEX triplet: CF, 7E and F7. RGB value is (207,126,247). Sum of RGB (Red+Green+Blue) = 207+126+247=580 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.69% from 580); Green value is 126 (49.61% from 255 or 21.72% from 580); Blue value is 247 (96.88% from 255 or 42.59% from 580); Max value from RGB is 247 - color contains mainly: blue. Hex color #CF7EF7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF7EF7 is #308108. Grayscale: #A3A3A3. Windows color (decimal): -3178761 or 16219855. OLE color: 16219855.

HSL color Cylindrical-coordinate representation of color #CF7EF7: hue angle of 280.17º 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 #CF7EF7 is Cyan = 0.16, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB207126247-
CMYK0.160.4900.03
HSL280.17º88.32%73.14%-
HSV(B)280.17º48.99%96.86%-
XYZ49.9834.992.1-
YUV164.01174.84158.66-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.69%
GREEN value IS 126 (49.61% from 255) = 21.72%
BLUE value IS 247 (96.88% from 255) = 42.59%
R=35.69%
G=21.72%
B=42.59%

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
Decimal2071262470.160.4900.03280.1788.3273.14
HexCF7EF71031031185849
Octal317176367206103430130111
Binary110011111111110111101111000011000101110001100010110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF7EF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF7EF7; }

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

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

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

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

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

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

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

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