Html Css Color HEX #D038EE Medium Orchid

📋 copy color: '#D038EE'

red 208 ◦ green 56 ◦ blue 238

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

Shades of Medium Orchid #D038EE

Tints of Medium Orchid #D038EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 47.41%

R = 41.43%
G = 11.16%
B = 47.41%

CMYK

 C value IS 0.13

 M value IS 0.76

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D038EE (or 0xD038EE) is known color: Medium Orchid. HEX triplet: D0, 38 and EE. RGB value is (208,56,238). Sum of RGB (Red+Green+Blue) = 208+56+238=502 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.43% from 502); Green value is 56 (22.27% from 255 or 11.16% from 502); Blue value is 238 (93.36% from 255 or 47.41% from 502); Max value from RGB is 238 - color contains mainly: blue. Hex color #D038EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D038EE is #2FC711. Grayscale: #797979. Windows color (decimal): -3131154 or 15612112. OLE color: 15612112.

HSL color Cylindrical-coordinate representation of color #D038EE: hue angle of 290.11º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D038EE is Cyan = 0.13, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 208 56 238 -
CMYK 0.13 0.76 0 0.07
HSL 290.11º 0.84% 0.58% -
HSV(B) 290.11º 0.76% 0.93% -
XYZ 42.86 22.41 82.96 -
YUV 122.2 193.36 189.2 -
System Red Green Blue C M Y K H S L
Decimal 208 56 238 0.13 0.76 0 0.07 290.11 0.84 0.58
Hex D0 38 EE D 4C 0 7 122 54 3A
Octal 320 70 356 15 114 0 7 442 124 72
Binary 11010000 111000 11101110 1101 1001100 0 111 100100010 1010100 111010

Color Harmonies of #D038EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D038EE

Black with #D038EE

Text Example


Text Example

White with #D038EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D038EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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