#CC75FC

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

Shades of Heliotrope #CC75FC

Tints of Heliotrope #CC75FC

Color information

#CC75FC (or 0xCC75FC) is unknown color: approx Heliotrope. HEX triplet: CC, 75 and FC. RGB value is (204,117,252). Sum of RGB (Red+Green+Blue) = 204+117+252=573 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.60% from 573); Green value is 117 (46.09% from 255 or 20.42% from 573); Blue value is 252 (98.83% from 255 or 43.98% from 573); Max value from RGB is 252 - color contains mainly: blue. Hex color #CC75FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC75FC is #338A03. Grayscale: #9D9D9D. Windows color (decimal): -3377668 or 16545228. OLE color: 16545228.

HSL color Cylindrical-coordinate representation of color #CC75FC: hue angle of 278.67º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CC75FC is Cyan = 0.19, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB204117252-
CMYK0.190.5400.01
HSL278.67º95.74%72.35%-
HSV(B)278.67º53.57%98.82%-
XYZ48.8332.5995.81-
YUV158.4180.82160.52-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.60%
GREEN value IS 117 (46.09% from 255) = 20.42%
BLUE value IS 252 (98.83% from 255) = 43.98%
R=35.60%
G=20.42%
B=43.98%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2041172520.190.5400.01278.6795.7472.35
HexCC75FC1336011176048
Octal314165374236601427140110
Binary11001100111010111111100100111101100110001011111000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC75FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC75FC; }

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

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

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

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

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

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

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

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