Html Css Color HEX #D046EE Medium Orchid

📋 copy color: '#D046EE'

red 208 ◦ green 70 ◦ blue 238

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

Shades of Medium Orchid #D046EE

Tints of Medium Orchid #D046EE

RGB

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

 GREEN value IS 70 (27.73% from 255) = 13.57%

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

R = 40.31%
G = 13.57%
B = 46.12%

CMYK

 C value IS 0.13

 M value IS 0.71

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D046EE (or 0xD046EE) is known color: Medium Orchid. HEX triplet: D0, 46 and EE. RGB value is (208,70,238). Sum of RGB (Red+Green+Blue) = 208+70+238=516 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.31% from 516); Green value is 70 (27.73% from 255 or 13.57% from 516); Blue value is 238 (93.36% from 255 or 46.12% from 516); Max value from RGB is 238 - color contains mainly: blue. Hex color #D046EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D046EE is #2FB911. Grayscale: #818181. Windows color (decimal): -3127570 or 15615696. OLE color: 15615696.

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

Color convert

RGB 208 70 238 -
CMYK 0.13 0.71 0 0.07
HSL 289.29º 0.83% 0.6% -
HSV(B) 289.29º 0.71% 0.93% -
XYZ 43.64 23.96 83.21 -
YUV 130.41 188.72 183.34 -
System Red Green Blue C M Y K H S L
Decimal 208 70 238 0.13 0.71 0 0.07 289.29 0.83 0.6
Hex D0 46 EE D 47 0 7 121 53 3C
Octal 320 106 356 15 107 0 7 441 123 74
Binary 11010000 1000110 11101110 1101 1000111 0 111 100100001 1010011 111100

Color Harmonies of #D046EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D046EE

Black with #D046EE

Text Example


Text Example

White with #D046EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D046EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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