#CC75F9

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

Shades of Heliotrope #CC75F9

Tints of Heliotrope #CC75F9

Color information

#CC75F9 (or 0xCC75F9) is unknown color: approx Heliotrope. HEX triplet: CC, 75 and F9. RGB value is (204,117,249). Sum of RGB (Red+Green+Blue) = 204+117+249=570 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.79% from 570); Green value is 117 (46.09% from 255 or 20.53% from 570); Blue value is 249 (97.66% from 255 or 43.68% from 570); Max value from RGB is 249 - color contains mainly: blue. Hex color #CC75F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC75F9 is #338A06. Grayscale: #9D9D9D. Windows color (decimal): -3377671 or 16348620. OLE color: 16348620.

HSL color Cylindrical-coordinate representation of color #CC75F9: hue angle of 279.55º 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 #CC75F9 is Cyan = 0.18, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB204117249-
CMYK0.180.5300.02
HSL279.55º91.67%71.76%-
HSV(B)279.55º53.01%97.65%-
XYZ48.3632.493.33-
YUV158.06179.32160.77-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.79%
GREEN value IS 117 (46.09% from 255) = 20.53%
BLUE value IS 249 (97.66% from 255) = 43.68%
R=35.79%
G=20.53%
B=43.68%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2041172490.180.5300.02279.5591.6771.76
HexCC75F91235021185c48
Octal314165371226502430134110
Binary110011001110101111110011001011010101010001100010111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC75F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC75F9; }

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

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

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

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

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

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

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

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