#CC75ED

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

Shades of Heliotrope #CC75ED

Tints of Heliotrope #CC75ED

Color information

#CC75ED (or 0xCC75ED) is unknown color: approx Heliotrope. HEX triplet: CC, 75 and ED. RGB value is (204,117,237). Sum of RGB (Red+Green+Blue) = 204+117+237=558 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.56% from 558); Green value is 117 (46.09% from 255 or 20.97% from 558); Blue value is 237 (92.97% from 255 or 42.47% from 558); Max value from RGB is 237 - color contains mainly: blue. Hex color #CC75ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC75ED is #338A12. Grayscale: #9C9C9C. Windows color (decimal): -3377683 or 15562188. OLE color: 15562188.

HSL color Cylindrical-coordinate representation of color #CC75ED: hue angle of 283.5º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CC75ED is Cyan = 0.14, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB204117237-
CMYK0.140.5100.07
HSL283.5º76.92%69.41%-
HSV(B)283.5º50.63%92.94%-
XYZ46.5531.6783.78-
YUV156.69173.32161.74-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.56%
GREEN value IS 117 (46.09% from 255) = 20.97%
BLUE value IS 237 (92.97% from 255) = 42.47%
R=36.56%
G=20.97%
B=42.47%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2041172370.140.5100.07283.576.9269.41
HexCC75EDE330711c4d45
Octal314165355166307434115105
Binary110011001110101111011011110110011011110001110010011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC75ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC75ED; }

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

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

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

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

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

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

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

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