Html Css Color HEX #D02EDF Medium Orchid

📋 copy color: '#D02EDF'

red 208 ◦ green 46 ◦ blue 223

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

Shades of Medium Orchid #D02EDF

Tints of Medium Orchid #D02EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 46.75%

R = 43.61%
G = 9.64%
B = 46.75%

CMYK

 C value IS 0.07

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D02EDF (or 0xD02EDF) is known color: Medium Orchid. HEX triplet: D0, 2E and DF. RGB value is (208,46,223). Sum of RGB (Red+Green+Blue) = 208+46+223=477 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.61% from 477); Green value is 46 (18.36% from 255 or 9.64% from 477); Blue value is 223 (87.5% from 255 or 46.75% from 477); Max value from RGB is 223 - color contains mainly: blue. Hex color #D02EDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D02EDF is #2FD120. Grayscale: #727272. Windows color (decimal): -3133729 or 14626512. OLE color: 14626512.

HSL color Cylindrical-coordinate representation of color #D02EDF: hue angle of 294.92º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D02EDF is Cyan = 0.07, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 208 46 223 -
CMYK 0.07 0.79 0 0.13
HSL 294.92º 0.73% 0.53% -
HSV(B) 294.92º 0.79% 0.87% -
XYZ 40.31 20.69 71.68 -
YUV 114.62 189.17 194.61 -
System Red Green Blue C M Y K H S L
Decimal 208 46 223 0.07 0.79 0 0.13 294.92 0.73 0.53
Hex D0 2E DF 7 4F 0 D 127 49 35
Octal 320 56 337 7 117 0 15 447 111 65
Binary 11010000 101110 11011111 111 1001111 0 1101 100100111 1001001 110101

Color Harmonies of #D02EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02EDF

Black with #D02EDF

Text Example


Text Example

White with #D02EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02EDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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