#CC3ADD

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

Shades of Medium Orchid #CC3ADD

Tints of Medium Orchid #CC3ADD

Color information

#CC3ADD (or 0xCC3ADD) is unknown color: approx Medium Orchid. HEX triplet: CC, 3A and DD. RGB value is (204,58,221). Sum of RGB (Red+Green+Blue) = 204+58+221=483 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.24% from 483); Green value is 58 (23.05% from 255 or 12.01% from 483); Blue value is 221 (86.72% from 255 or 45.76% from 483); Max value from RGB is 221 - color contains mainly: blue. Hex color #CC3ADD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC3ADD is #33C522. Grayscale: #777777. Windows color (decimal): -3392803 or 14498508. OLE color: 14498508.

HSL color Cylindrical-coordinate representation of color #CC3ADD: hue angle of 293.74º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CC3ADD is Cyan = 0.08, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB20458221-
CMYK0.080.7400.13
HSL293.74º70.56%54.71%-
HSV(B)293.74º73.76%86.67%-
XYZ39.4721.0870.4-
YUV120.24184.87187.75-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.24%
GREEN value IS 58 (23.05% from 255) = 12.01%
BLUE value IS 221 (86.72% from 255) = 45.76%
R=42.24%
G=12.01%
B=45.76%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal204582210.080.7400.13293.7470.5654.71
HexCC3ADD84A0D1264737
Octal314723351011201544610767
Binary110011001110101101110110001001010011011001001101000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC3ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC3ADD; }

 p { color: rgb(204,58,221); }

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

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

 a { background-color: rgb(204,58,221); }

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

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

 span { border-color: rgb(204,58,221); }

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