Html Css Color HEX #D04AEE Medium Orchid

📋 copy color: '#D04AEE'

red 208 ◦ green 74 ◦ blue 238

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

Shades of Medium Orchid #D04AEE

Tints of Medium Orchid #D04AEE

RGB

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

 GREEN value IS 74 (29.3% from 255) = 14.23%

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

R = 40%
G = 14.23%
B = 45.77%

CMYK

 C value IS 0.13

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D04AEE (or 0xD04AEE) is known color: Medium Orchid. HEX triplet: D0, 4A and EE. RGB value is (208,74,238). Sum of RGB (Red+Green+Blue) = 208+74+238=520 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40% from 520); Green value is 74 (29.30% from 255 or 14.23% from 520); Blue value is 238 (93.36% from 255 or 45.77% from 520); Max value from RGB is 238 - color contains mainly: blue. Hex color #D04AEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D04AEE is #2FB511. Grayscale: #848484. Windows color (decimal): -3126546 or 15616720. OLE color: 15616720.

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

Color convert

RGB 208 74 238 -
CMYK 0.13 0.69 0 0.07
HSL 289.02º 0.83% 0.61% -
HSV(B) 289.02º 0.69% 0.93% -
XYZ 43.89 24.48 83.3 -
YUV 132.76 187.39 181.66 -
System Red Green Blue C M Y K H S L
Decimal 208 74 238 0.13 0.69 0 0.07 289.02 0.83 0.61
Hex D0 4A EE D 45 0 7 121 53 3D
Octal 320 112 356 15 105 0 7 441 123 75
Binary 11010000 1001010 11101110 1101 1000101 0 111 100100001 1010011 111101

Color Harmonies of #D04AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04AEE

Black with #D04AEE

Text Example


Text Example

White with #D04AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04AEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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