#CF75F9

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

Shades of Heliotrope #CF75F9

Tints of Heliotrope #CF75F9

Color information

#CF75F9 (or 0xCF75F9) is unknown color: approx Heliotrope. HEX triplet: CF, 75 and F9. RGB value is (207,117,249). Sum of RGB (Red+Green+Blue) = 207+117+249=573 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.13% from 573); Green value is 117 (46.09% from 255 or 20.42% from 573); Blue value is 249 (97.66% from 255 or 43.46% from 573); Max value from RGB is 249 - color contains mainly: blue. Hex color #CF75F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF75F9 is #308A06. Grayscale: #9E9E9E. Windows color (decimal): -3181063 or 16348623. OLE color: 16348623.

HSL color Cylindrical-coordinate representation of color #CF75F9: hue angle of 280.91º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CF75F9 is Cyan = 0.17, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB207117249-
CMYK0.170.5300.02
HSL280.91º91.67%71.76%-
HSV(B)280.91º53.01%97.65%-
XYZ49.1932.8393.37-
YUV158.96178.82162.27-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.13%
GREEN value IS 117 (46.09% from 255) = 20.42%
BLUE value IS 249 (97.66% from 255) = 43.46%
R=36.13%
G=20.42%
B=43.46%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2071172490.170.5300.02280.9191.6771.76
HexCF75F91135021195c48
Octal317165371216502431134110
Binary110011111110101111110011000111010101010001100110111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF75F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF75F9; }

 p { color: rgb(207,117,249); }

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

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

 a { background-color: rgb(207,117,249); }

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

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

 span { border-color: rgb(207,117,249); }

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