#CC40E7

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

Shades of Medium Orchid #CC40E7

Tints of Medium Orchid #CC40E7

Color information

#CC40E7 (or 0xCC40E7) is unknown color: approx Medium Orchid. HEX triplet: CC, 40 and E7. RGB value is (204,64,231). Sum of RGB (Red+Green+Blue) = 204+64+231=499 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.88% from 499); Green value is 64 (25.39% from 255 or 12.83% from 499); Blue value is 231 (90.62% from 255 or 46.29% from 499); Max value from RGB is 231 - color contains mainly: blue. Hex color #CC40E7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC40E7 is #33BF18. Grayscale: #7C7C7C. Windows color (decimal): -3391257 or 15155404. OLE color: 15155404.

HSL color Cylindrical-coordinate representation of color #CC40E7: hue angle of 290.3º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CC40E7 is Cyan = 0.12, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB20464231-
CMYK0.120.7200.09
HSL290.3º77.67%57.84%-
HSV(B)290.3º72.29%90.59%-
XYZ41.1622.2777.73-
YUV124.9187.88184.42-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.88%
GREEN value IS 64 (25.39% from 255) = 12.83%
BLUE value IS 231 (90.62% from 255) = 46.29%
R=40.88%
G=12.83%
B=46.29%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal204642310.120.7200.09290.377.6757.84
HexCC40E7C48091224e3a
Octal3141003471411001144211672
Binary1100110010000001110011111001001000010011001000101001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC40E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC40E7; }

 p { color: rgb(204,64,231); }

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

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

 a { background-color: rgb(204,64,231); }

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

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

 span { border-color: rgb(204,64,231); }

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