#CC34E0

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

Shades of Medium Orchid #CC34E0

Tints of Medium Orchid #CC34E0

Color information

#CC34E0 (or 0xCC34E0) is unknown color: approx Medium Orchid. HEX triplet: CC, 34 and E0. RGB value is (204,52,224). Sum of RGB (Red+Green+Blue) = 204+52+224=480 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.5% from 480); Green value is 52 (20.70% from 255 or 10.83% from 480); Blue value is 224 (87.89% from 255 or 46.67% from 480); Max value from RGB is 224 - color contains mainly: blue. Hex color #CC34E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC34E0 is #33CB1F. Grayscale: #747474. Windows color (decimal): -3394336 or 14693580. OLE color: 14693580.

HSL color Cylindrical-coordinate representation of color #CC34E0: hue angle of 293.02º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CC34E0 is Cyan = 0.09, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB20452224-
CMYK0.090.7700.12
HSL293.02º73.5%54.12%-
HSV(B)293.02º76.79%87.84%-
XYZ39.5820.6872.43-
YUV117.06188.36190.01-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.5%
GREEN value IS 52 (20.70% from 255) = 10.83%
BLUE value IS 224 (87.89% from 255) = 46.67%
R=42.5%
G=10.83%
B=46.67%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal204522240.090.7700.12293.0273.554.12
HexCC34E094D0C1254a36
Octal314643401111501444511266
Binary110011001101001110000010011001101011001001001011001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC34E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC34E0; }

 p { color: rgb(204,52,224); }

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

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

 a { background-color: rgb(204,52,224); }

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

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

 span { border-color: rgb(204,52,224); }

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