#C02DD1

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

Shades of Medium Orchid #C02DD1

Tints of Medium Orchid #C02DD1

Color information

#C02DD1 (or 0xC02DD1) is unknown color: approx Medium Orchid. HEX triplet: C0, 2D and D1. RGB value is (192,45,209). Sum of RGB (Red+Green+Blue) = 192+45+209=446 (59% of max value = 765). Red value is 192 (75.39% from 255 or 43.05% from 446); Green value is 45 (17.97% from 255 or 10.09% from 446); Blue value is 209 (82.03% from 255 or 46.86% from 446); Max value from RGB is 209 - color contains mainly: blue. Hex color #C02DD1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C02DD1 is #3FD22E. Grayscale: #6B6B6B. Windows color (decimal): -4182575 or 13708736. OLE color: 13708736.

HSL color Cylindrical-coordinate representation of color #C02DD1: hue angle of 293.78º 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 #C02DD1 is Cyan = 0.08, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB19245209-
CMYK0.080.7800.18
HSL293.78º64.57%49.8%-
HSV(B)293.78º78.47%81.96%-
XYZ34.1917.6961.93-
YUV107.65185.2188.16-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 43.05%
GREEN value IS 45 (17.97% from 255) = 10.09%
BLUE value IS 209 (82.03% from 255) = 46.86%
R=43.05%
G=10.09%
B=46.86%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal192452090.080.7800.18293.7864.5749.8
HexC02DD184E0121264132
Octal300553211011602244610162
Binary1100000010110111010001100010011100100101001001101000001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C02DD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C02DD1; }

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

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

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

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

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

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

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

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