#C22DD1

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

Shades of Medium Orchid #C22DD1

Tints of Medium Orchid #C22DD1

Color information

#C22DD1 (or 0xC22DD1) is unknown color: approx Medium Orchid. HEX triplet: C2, 2D and D1. RGB value is (194,45,209). Sum of RGB (Red+Green+Blue) = 194+45+209=448 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.30% from 448); Green value is 45 (17.97% from 255 or 10.04% from 448); Blue value is 209 (82.03% from 255 or 46.65% from 448); Max value from RGB is 209 - color contains mainly: blue. Hex color #C22DD1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C22DD1 is #3DD22E. Grayscale: #6B6B6B. Windows color (decimal): -4051503 or 13708738. OLE color: 13708738.

HSL color Cylindrical-coordinate representation of color #C22DD1: hue angle of 294.51º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C22DD1 is Cyan = 0.07, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB19445209-
CMYK0.070.7800.18
HSL294.51º64.57%49.8%-
HSV(B)294.51º78.47%81.96%-
XYZ34.717.9561.96-
YUV108.25184.86189.16-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 43.30%
GREEN value IS 45 (17.97% from 255) = 10.04%
BLUE value IS 209 (82.03% from 255) = 46.65%
R=43.30%
G=10.04%
B=46.65%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal194452090.070.7800.18294.5164.5749.8
HexC22DD174E0121274132
Octal30255321711602244710162
Binary110000101011011101000111110011100100101001001111000001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C22DD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C22DD1; }

 p { color: rgb(194,45,209); }

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

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

 a { background-color: rgb(194,45,209); }

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

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

 span { border-color: rgb(194,45,209); }

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