Html Css Color HEX #D02EDD Medium Orchid

📋 copy color: '#D02EDD'

red 208 ◦ green 46 ◦ blue 221

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

Shades of Medium Orchid #D02EDD

Tints of Medium Orchid #D02EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 46.53%

R = 43.79%
G = 9.68%
B = 46.53%

CMYK

 C value IS 0.06

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D02EDD (or 0xD02EDD) is known color: Medium Orchid. HEX triplet: D0, 2E and DD. RGB value is (208,46,221). Sum of RGB (Red+Green+Blue) = 208+46+221=475 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.79% from 475); Green value is 46 (18.36% from 255 or 9.68% from 475); Blue value is 221 (86.72% from 255 or 46.53% from 475); Max value from RGB is 221 - color contains mainly: blue. Hex color #D02EDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D02EDD is #2FD122. Grayscale: #717171. Windows color (decimal): -3133731 or 14495440. OLE color: 14495440.

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

Color convert

RGB 208 46 221 -
CMYK 0.06 0.79 0 0.13
HSL 295.54º 0.72% 0.52% -
HSV(B) 295.54º 0.79% 0.87% -
XYZ 40.04 20.58 70.27 -
YUV 114.39 188.17 194.77 -
System Red Green Blue C M Y K H S L
Decimal 208 46 221 0.06 0.79 0 0.13 295.54 0.72 0.52
Hex D0 2E DD 6 4F 0 D 128 48 34
Octal 320 56 335 6 117 0 15 450 110 64
Binary 11010000 101110 11011101 110 1001111 0 1101 100101000 1001000 110100

Color Harmonies of #D02EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02EDD

Black with #D02EDD

Text Example


Text Example

White with #D02EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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