Html Css Color HEX #D030ED Medium Orchid

📋 copy color: '#D030ED'

red 208 ◦ green 48 ◦ blue 237

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

Shades of Medium Orchid #D030ED

Tints of Medium Orchid #D030ED

RGB

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

 GREEN value IS 48 (19.14% from 255) = 9.74%

 BLUE value IS 237 (92.97% from 255) = 48.07%

R = 42.19%
G = 9.74%
B = 48.07%

CMYK

 C value IS 0.12

 M value IS 0.80

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D030ED (or 0xD030ED) is known color: Medium Orchid. HEX triplet: D0, 30 and ED. RGB value is (208,48,237). Sum of RGB (Red+Green+Blue) = 208+48+237=493 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.19% from 493); Green value is 48 (19.14% from 255 or 9.74% from 493); Blue value is 237 (92.97% from 255 or 48.07% from 493); Max value from RGB is 237 - color contains mainly: blue. Hex color #D030ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D030ED is #2FCF12. Grayscale: #747474. Windows color (decimal): -3133203 or 15544528. OLE color: 15544528.

HSL color Cylindrical-coordinate representation of color #D030ED: hue angle of 290.79º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D030ED is Cyan = 0.12, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 208 48 237 -
CMYK 0.12 0.80 0 0.07
HSL 290.79º 0.84% 0.56% -
HSV(B) 290.79º 0.8% 0.93% -
XYZ 42.36 21.64 82.06 -
YUV 117.39 195.51 192.63 -
System Red Green Blue C M Y K H S L
Decimal 208 48 237 0.12 0.80 0 0.07 290.79 0.84 0.56
Hex D0 30 ED C 50 0 7 123 54 38
Octal 320 60 355 14 120 0 7 443 124 70
Binary 11010000 110000 11101101 1100 1010000 0 111 100100011 1010100 111000

Color Harmonies of #D030ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D030ED

Black with #D030ED

Text Example


Text Example

White with #D030ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D030ED; }

 p { color: rgb(208,48,237); }

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

background-color css

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

 a { background-color: rgb(208,48,237); }

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

border-color css

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

 span { border-color: rgb(208,48,237); }

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