Html Css Color HEX #D038EB Medium Orchid

📋 copy color: '#D038EB'

red 208 ◦ green 56 ◦ blue 235

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

Shades of Medium Orchid #D038EB

Tints of Medium Orchid #D038EB

RGB

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

 GREEN value IS 56 (22.27% from 255) = 11.22%

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

R = 41.68%
G = 11.22%
B = 47.09%

CMYK

 C value IS 0.11

 M value IS 0.76

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D038EB (or 0xD038EB) is known color: Medium Orchid. HEX triplet: D0, 38 and EB. RGB value is (208,56,235). Sum of RGB (Red+Green+Blue) = 208+56+235=499 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.68% from 499); Green value is 56 (22.27% from 255 or 11.22% from 499); Blue value is 235 (92.19% from 255 or 47.09% from 499); Max value from RGB is 235 - color contains mainly: blue. Hex color #D038EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D038EB is #2FC714. Grayscale: #797979. Windows color (decimal): -3131157 or 15415504. OLE color: 15415504.

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

Color convert

RGB 208 56 235 -
CMYK 0.11 0.76 0 0.08
HSL 290.95º 0.82% 0.57% -
HSV(B) 290.95º 0.76% 0.92% -
XYZ 42.42 22.24 80.65 -
YUV 121.85 191.86 189.45 -
System Red Green Blue C M Y K H S L
Decimal 208 56 235 0.11 0.76 0 0.08 290.95 0.82 0.57
Hex D0 38 EB B 4C 0 8 123 52 39
Octal 320 70 353 13 114 0 10 443 122 71
Binary 11010000 111000 11101011 1011 1001100 0 1000 100100011 1010010 111001

Color Harmonies of #D038EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D038EB

Black with #D038EB

Text Example


Text Example

White with #D038EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D038EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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