Html Css Color HEX #D02EDA Medium Orchid

📋 copy color: '#D02EDA'

red 208 ◦ green 46 ◦ blue 218

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

Shades of Medium Orchid #D02EDA

Tints of Medium Orchid #D02EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 46.19%

R = 44.07%
G = 9.75%
B = 46.19%

CMYK

 C value IS 0.05

 M value IS 0.79

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D02EDA (or 0xD02EDA) is known color: Medium Orchid. HEX triplet: D0, 2E and DA. RGB value is (208,46,218). Sum of RGB (Red+Green+Blue) = 208+46+218=472 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.07% from 472); Green value is 46 (18.36% from 255 or 9.75% from 472); Blue value is 218 (85.55% from 255 or 46.19% from 472); Max value from RGB is 218 - color contains mainly: blue. Hex color #D02EDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D02EDA is #2FD125. Grayscale: #717171. Windows color (decimal): -3133734 or 14298832. OLE color: 14298832.

HSL color Cylindrical-coordinate representation of color #D02EDA: hue angle of 296.51º degrees, saturation: 0.7, 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 #D02EDA is Cyan = 0.05, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 208 46 218 -
CMYK 0.05 0.79 0 0.15
HSL 296.51º 0.7% 0.52% -
HSV(B) 296.51º 0.79% 0.85% -
XYZ 39.64 20.43 68.18 -
YUV 114.05 186.67 195.01 -
System Red Green Blue C M Y K H S L
Decimal 208 46 218 0.05 0.79 0 0.15 296.51 0.7 0.52
Hex D0 2E DA 5 4F 0 F 129 46 34
Octal 320 56 332 5 117 0 17 451 106 64
Binary 11010000 101110 11011010 101 1001111 0 1111 100101001 1000110 110100

Color Harmonies of #D02EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02EDA

Black with #D02EDA

Text Example


Text Example

White with #D02EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02EDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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