Html Css Color HEX #D030EB Medium Orchid

📋 copy color: '#D030EB'

red 208 ◦ green 48 ◦ blue 235

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

Shades of Medium Orchid #D030EB

Tints of Medium Orchid #D030EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 47.86%

R = 42.36%
G = 9.78%
B = 47.86%

CMYK

 C value IS 0.11

 M value IS 0.80

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D030EB (or 0xD030EB) is known color: Medium Orchid. HEX triplet: D0, 30 and EB. RGB value is (208,48,235). Sum of RGB (Red+Green+Blue) = 208+48+235=491 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.36% from 491); Green value is 48 (19.14% from 255 or 9.78% from 491); Blue value is 235 (92.19% from 255 or 47.86% from 491); Max value from RGB is 235 - color contains mainly: blue. Hex color #D030EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D030EB is #2FCF14. Grayscale: #747474. Windows color (decimal): -3133205 or 15413456. OLE color: 15413456.

HSL color Cylindrical-coordinate representation of color #D030EB: hue angle of 291.34º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D030EB is Cyan = 0.11, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 208 48 235 -
CMYK 0.11 0.80 0 0.08
HSL 291.34º 0.82% 0.55% -
HSV(B) 291.34º 0.8% 0.92% -
XYZ 42.06 21.52 80.53 -
YUV 117.16 194.51 192.79 -
System Red Green Blue C M Y K H S L
Decimal 208 48 235 0.11 0.80 0 0.08 291.34 0.82 0.55
Hex D0 30 EB B 50 0 8 123 52 37
Octal 320 60 353 13 120 0 10 443 122 67
Binary 11010000 110000 11101011 1011 1010000 0 1000 100100011 1010010 110111

Color Harmonies of #D030EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D030EB

Black with #D030EB

Text Example


Text Example

White with #D030EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D030EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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