#d02ddc

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

Shades of Medium Orchid #D02DDC

Tints of Medium Orchid #D02DDC

Color information

#D02DDC (or 0xD02DDC) is unknown color: approx Medium Orchid. HEX triplet: D0, 2D and DC. RGB value is (208,45,220). Sum of RGB (Red+Green+Blue) = 208+45+220=473 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.97% from 473); Green value is 45 (17.97% from 255 or 9.51% from 473); Blue value is 220 (86.33% from 255 or 46.51% from 473); Max value from RGB is 220 - color contains mainly: blue. Hex color #D02DDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D02DDC is #2FD223. Grayscale: #717171. Windows color (decimal): -3133988 or 14429648. OLE color: 14429648.

HSL color Cylindrical-coordinate representation of color #D02DDC: hue angle of 295.89º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D02DDC is Cyan = 0.05, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB20845220-
CMYK0.050.8000.14
HSL295.89º71.43%51.96%-
HSV(B)295.89º79.55%86.27%-
XYZ39.8720.4569.56-
YUV113.69188195.27-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 43.97%
GREEN value IS 45 (17.97% from 255) = 9.51%
BLUE value IS 220 (86.33% from 255) = 46.51%
R=43.97%
G=9.51%
B=46.51%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal208452200.050.8000.14295.8971.4351.96
HexD02DDC5500E1284734
Octal32055334512001645010764
Binary11010000101101110111001011010000011101001010001000111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d02ddc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d02ddc; }

 p { color: rgb(208,45,220); }

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

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

 a { background-color: rgb(208,45,220); }

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

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

 span { border-color: rgb(208,45,220); }

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