Html Css Color HEX #D02DDC Medium Orchid

📋 copy color: '#D02DDC'

red 208 ◦ green 45 ◦ blue 220

#D02DDC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #D02DDC

Tints of Medium Orchid #D02DDC

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 value IS 0.05

 M value IS 0.80

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D02DDC (or 0xD02DDC) is known color: 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

RGB 208 45 220 -
CMYK 0.05 0.80 0 0.14
HSL 295.89º 0.71% 0.52% -
HSV(B) 295.89º 0.8% 0.86% -
XYZ 39.87 20.45 69.56 -
YUV 113.69 188 195.27 -
System Red Green Blue C M Y K H S L
Decimal 208 45 220 0.05 0.80 0 0.14 295.89 0.71 0.52
Hex D0 2D DC 5 50 0 E 128 47 34
Octal 320 55 334 5 120 0 16 450 107 64
Binary 11010000 101101 11011100 101 1010000 0 1110 100101000 1000111 110100

Color Harmonies of #D02DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02DDC

Black with #D02DDC

Text Example


Text Example

White with #D02DDC

Text Example


Text Example

HTML Codes & Css Web 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>