#C446DD

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

Shades of Medium Orchid #C446DD

Tints of Medium Orchid #C446DD

Color information

#C446DD (or 0xC446DD) is unknown color: approx Medium Orchid. HEX triplet: C4, 46 and DD. RGB value is (196,70,221). Sum of RGB (Red+Green+Blue) = 196+70+221=487 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.25% from 487); Green value is 70 (27.73% from 255 or 14.37% from 487); Blue value is 221 (86.72% from 255 or 45.38% from 487); Max value from RGB is 221 - color contains mainly: blue. Hex color #C446DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C446DD is #3BB922. Grayscale: #7C7C7C. Windows color (decimal): -3914019 or 14501572. OLE color: 14501572.

HSL color Cylindrical-coordinate representation of color #C446DD: hue angle of 290.07º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C446DD is Cyan = 0.11, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB19670221-
CMYK0.110.6800.13
HSL290.07º68.95%57.06%-
HSV(B)290.07º68.33%86.67%-
XYZ38.0121.3470.52-
YUV124.89182.24178.72-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.25%
GREEN value IS 70 (27.73% from 255) = 14.37%
BLUE value IS 221 (86.72% from 255) = 45.38%
R=40.25%
G=14.37%
B=45.38%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal196702210.110.6800.13290.0768.9557.06
HexC446DDB440D1224539
Octal3041063351310401544210571
Binary1100010010001101101110110111000100011011001000101000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C446DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C446DD; }

 p { color: rgb(196,70,221); }

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

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

 a { background-color: rgb(196,70,221); }

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

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

 span { border-color: rgb(196,70,221); }

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