Html Css Color HEX #D02ED9 Medium Orchid

📋 copy color: '#D02ED9'

red 208 ◦ green 46 ◦ blue 217

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

Shades of Medium Orchid #D02ED9

Tints of Medium Orchid #D02ED9

RGB

 RED value IS 208 (81.64% from 255) = 44.16%

 GREEN value IS 46 (18.36% from 255) = 9.77%

 BLUE value IS 217 (85.16% from 255) = 46.07%

R = 44.16%
G = 9.77%
B = 46.07%

CMYK

 C value IS 0.04

 M value IS 0.79

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D02ED9 (or 0xD02ED9) is known color: Medium Orchid. HEX triplet: D0, 2E and D9. RGB value is (208,46,217). Sum of RGB (Red+Green+Blue) = 208+46+217=471 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.16% from 471); Green value is 46 (18.36% from 255 or 9.77% from 471); Blue value is 217 (85.16% from 255 or 46.07% from 471); Max value from RGB is 217 - color contains mainly: blue. Hex color #D02ED9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D02ED9 is #2FD126. Grayscale: #717171. Windows color (decimal): -3133735 or 14233296. OLE color: 14233296.

HSL color Cylindrical-coordinate representation of color #D02ED9: hue angle of 296.84º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D02ED9 is Cyan = 0.04, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 208 46 217 -
CMYK 0.04 0.79 0 0.15
HSL 296.84º 0.69% 0.52% -
HSV(B) 296.84º 0.79% 0.85% -
XYZ 39.51 20.37 67.5 -
YUV 113.93 186.17 195.1 -
System Red Green Blue C M Y K H S L
Decimal 208 46 217 0.04 0.79 0 0.15 296.84 0.69 0.52
Hex D0 2E D9 4 4F 0 F 129 45 34
Octal 320 56 331 4 117 0 17 451 105 64
Binary 11010000 101110 11011001 100 1001111 0 1111 100101001 1000101 110100

Color Harmonies of #D02ED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02ED9

Black with #D02ED9

Text Example


Text Example

White with #D02ED9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02ED9; }

 p { color: rgb(208,46,217); }

 H1.HeaderClassName
 {
   color: #D02ED9;
 }
 .AnyTagClassName
 {
   color: #D02ED9;
 }
</style>

background-color css

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

 a { background-color: rgb(208,46,217); }

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

border-color css

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

 span { border-color: rgb(208,46,217); }

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