#CC3DDC

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

Shades of Medium Orchid #CC3DDC

Tints of Medium Orchid #CC3DDC

Color information

#CC3DDC (or 0xCC3DDC) is unknown color: approx Medium Orchid. HEX triplet: CC, 3D and DC. RGB value is (204,61,220). Sum of RGB (Red+Green+Blue) = 204+61+220=485 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.06% from 485); Green value is 61 (24.22% from 255 or 12.58% from 485); Blue value is 220 (86.33% from 255 or 45.36% from 485); Max value from RGB is 220 - color contains mainly: blue. Hex color #CC3DDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC3DDC is #33C223. Grayscale: #797979. Windows color (decimal): -3392036 or 14433740. OLE color: 14433740.

HSL color Cylindrical-coordinate representation of color #CC3DDC: hue angle of 293.96º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CC3DDC is Cyan = 0.07, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB20461220-
CMYK0.070.7200.14
HSL293.96º69.43%55.1%-
HSV(B)293.96º72.27%86.27%-
XYZ39.4921.3469.75-
YUV121.88183.38186.57-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.06%
GREEN value IS 61 (24.22% from 255) = 12.58%
BLUE value IS 220 (86.33% from 255) = 45.36%
R=42.06%
G=12.58%
B=45.36%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal204612200.070.7200.14293.9669.4355.1
HexCC3DDC7480E1264537
Octal31475334711001644610567
Binary11001100111101110111001111001000011101001001101000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC3DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC3DDC; }

 p { color: rgb(204,61,220); }

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

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

 a { background-color: rgb(204,61,220); }

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

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

 span { border-color: rgb(204,61,220); }

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