#CC54ED

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

Shades of Medium Orchid #CC54ED

Tints of Medium Orchid #CC54ED

Color information

#CC54ED (or 0xCC54ED) is unknown color: approx Medium Orchid. HEX triplet: CC, 54 and ED. RGB value is (204,84,237). Sum of RGB (Red+Green+Blue) = 204+84+237=525 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.86% from 525); Green value is 84 (33.20% from 255 or 16% from 525); Blue value is 237 (92.97% from 255 or 45.14% from 525); Max value from RGB is 237 - color contains mainly: blue. Hex color #CC54ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC54ED is #33AB12. Grayscale: #888888. Windows color (decimal): -3386131 or 15553740. OLE color: 15553740.

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

Color convert

RGB20484237-
CMYK0.140.6500.07
HSL287.06º80.95%62.94%-
HSV(B)287.06º64.56%92.94%-
XYZ43.3625.2982.72-
YUV137.32184.26175.56-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.86%
GREEN value IS 84 (33.20% from 255) = 16%
BLUE value IS 237 (92.97% from 255) = 45.14%
R=38.86%
G=16%
B=45.14%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal204842370.140.6500.07287.0680.9562.94
HexCC54EDE410711f513f
Octal314124355161010743712177
Binary110011001010100111011011110100000101111000111111010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC54ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC54ED; }

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

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

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

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

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

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

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

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