#C442DD

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

Shades of Medium Orchid #C442DD

Tints of Medium Orchid #C442DD

Color information

#C442DD (or 0xC442DD) is unknown color: approx Medium Orchid. HEX triplet: C4, 42 and DD. RGB value is (196,66,221). Sum of RGB (Red+Green+Blue) = 196+66+221=483 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.58% from 483); Green value is 66 (26.17% from 255 or 13.66% 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 #C442DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C442DD is #3BBD22. Grayscale: #7A7A7A. Windows color (decimal): -3915043 or 14500548. OLE color: 14500548.

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

Color convert

RGB19666221-
CMYK0.110.7000.13
HSL290.32º69.51%56.27%-
HSV(B)290.32º70.14%86.67%-
XYZ37.7620.8570.44-
YUV122.54183.57180.4-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.58%
GREEN value IS 66 (26.17% from 255) = 13.66%
BLUE value IS 221 (86.72% from 255) = 45.76%
R=40.58%
G=13.66%
B=45.76%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal196662210.110.7000.13290.3269.5156.27
HexC442DDB460D1224638
Octal3041023351310601544210670
Binary1100010010000101101110110111000110011011001000101000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C442DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C442DD; }

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

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

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

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

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

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

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

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