Html Css Color HEX #D042EE Medium Orchid

📋 copy color: '#D042EE'

red 208 ◦ green 66 ◦ blue 238

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

Shades of Medium Orchid #D042EE

Tints of Medium Orchid #D042EE

RGB

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

 GREEN value IS 66 (26.17% from 255) = 12.89%

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

R = 40.63%
G = 12.89%
B = 46.48%

CMYK

 C value IS 0.13

 M value IS 0.72

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D042EE (or 0xD042EE) is known color: Medium Orchid. HEX triplet: D0, 42 and EE. RGB value is (208,66,238). Sum of RGB (Red+Green+Blue) = 208+66+238=512 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.62% from 512); Green value is 66 (26.17% from 255 or 12.89% from 512); Blue value is 238 (93.36% from 255 or 46.48% from 512); Max value from RGB is 238 - color contains mainly: blue. Hex color #D042EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D042EE is #2FBD11. Grayscale: #7F7F7F. Windows color (decimal): -3128594 or 15614672. OLE color: 15614672.

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

Color convert

RGB 208 66 238 -
CMYK 0.13 0.72 0 0.07
HSL 289.53º 0.83% 0.6% -
HSV(B) 289.53º 0.72% 0.93% -
XYZ 43.39 23.48 83.13 -
YUV 128.07 190.04 185.01 -
System Red Green Blue C M Y K H S L
Decimal 208 66 238 0.13 0.72 0 0.07 289.53 0.83 0.6
Hex D0 42 EE D 48 0 7 122 53 3C
Octal 320 102 356 15 110 0 7 442 123 74
Binary 11010000 1000010 11101110 1101 1001000 0 111 100100010 1010011 111100

Color Harmonies of #D042EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D042EE

Black with #D042EE

Text Example


Text Example

White with #D042EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D042EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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