#CC43E0

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

Shades of Medium Orchid #CC43E0

Tints of Medium Orchid #CC43E0

Color information

#CC43E0 (or 0xCC43E0) is unknown color: approx Medium Orchid. HEX triplet: CC, 43 and E0. RGB value is (204,67,224). Sum of RGB (Red+Green+Blue) = 204+67+224=495 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.21% from 495); Green value is 67 (26.56% from 255 or 13.54% from 495); Blue value is 224 (87.89% from 255 or 45.25% from 495); Max value from RGB is 224 - color contains mainly: blue. Hex color #CC43E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC43E0 is #33BC1F. Grayscale: #7D7D7D. Windows color (decimal): -3390496 or 14697420. OLE color: 14697420.

HSL color Cylindrical-coordinate representation of color #CC43E0: hue angle of 292.36º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CC43E0 is Cyan = 0.09, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB20467224-
CMYK0.090.7000.12
HSL292.36º71.69%57.06%-
HSV(B)292.36º70.09%87.84%-
XYZ40.3622.2372.69-
YUV125.86183.39183.73-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.21%
GREEN value IS 67 (26.56% from 255) = 13.54%
BLUE value IS 224 (87.89% from 255) = 45.25%
R=41.21%
G=13.54%
B=45.25%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal204672240.090.7000.12292.3671.6957.06
HexCC43E09460C1244839
Octal3141033401110601444411071
Binary1100110010000111110000010011000110011001001001001001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC43E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC43E0; }

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

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

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

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

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

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

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

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