#CF7FE9

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

Shades of Heliotrope #CF7FE9

Tints of Heliotrope #CF7FE9

Color information

#CF7FE9 (or 0xCF7FE9) is unknown color: approx Heliotrope. HEX triplet: CF, 7F and E9. RGB value is (207,127,233). Sum of RGB (Red+Green+Blue) = 207+127+233=567 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.51% from 567); Green value is 127 (50% from 255 or 22.40% from 567); Blue value is 233 (91.41% from 255 or 41.09% from 567); Max value from RGB is 233 - color contains mainly: blue. Hex color #CF7FE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF7FE9 is #308016. Grayscale: #A2A2A2. Windows color (decimal): -3178519 or 15302607. OLE color: 15302607.

HSL color Cylindrical-coordinate representation of color #CF7FE9: hue angle of 285.28º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CF7FE9 is Cyan = 0.11, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB207127233-
CMYK0.110.4500.09
HSL285.28º70.67%70.59%-
HSV(B)285.28º45.49%91.37%-
XYZ48.0334.3381.19-
YUV163167.5159.38-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.51%
GREEN value IS 127 (50% from 255) = 22.40%
BLUE value IS 233 (91.41% from 255) = 41.09%
R=36.51%
G=22.40%
B=41.09%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2071272330.110.4500.09285.2870.6770.59
HexCF7FE9B2D0911d4747
Octal3171773511355011435107107
Binary1100111111111111110100110111011010100110001110110001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF7FE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF7FE9; }

 p { color: rgb(207,127,233); }

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

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

 a { background-color: rgb(207,127,233); }

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

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

 span { border-color: rgb(207,127,233); }

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