Html Css Color HEX #D04AEA Medium Orchid

📋 copy color: '#D04AEA'

red 208 ◦ green 74 ◦ blue 234

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

Shades of Medium Orchid #D04AEA

Tints of Medium Orchid #D04AEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 45.35%

R = 40.31%
G = 14.34%
B = 45.35%

CMYK

 C value IS 0.11

 M value IS 0.68

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D04AEA (or 0xD04AEA) is known color: Medium Orchid. HEX triplet: D0, 4A and EA. RGB value is (208,74,234). Sum of RGB (Red+Green+Blue) = 208+74+234=516 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.31% from 516); Green value is 74 (29.30% from 255 or 14.34% from 516); Blue value is 234 (91.80% from 255 or 45.35% from 516); Max value from RGB is 234 - color contains mainly: blue. Hex color #D04AEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D04AEA is #2FB515. Grayscale: #838383. Windows color (decimal): -3126550 or 15354576. OLE color: 15354576.

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

Color convert

RGB 208 74 234 -
CMYK 0.11 0.68 0 0.08
HSL 290.25º 0.79% 0.6% -
HSV(B) 290.25º 0.68% 0.92% -
XYZ 43.31 24.25 80.24 -
YUV 132.31 185.39 181.99 -
System Red Green Blue C M Y K H S L
Decimal 208 74 234 0.11 0.68 0 0.08 290.25 0.79 0.6
Hex D0 4A EA B 44 0 8 122 4F 3C
Octal 320 112 352 13 104 0 10 442 117 74
Binary 11010000 1001010 11101010 1011 1000100 0 1000 100100010 1001111 111100

Color Harmonies of #D04AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04AEA

Black with #D04AEA

Text Example


Text Example

White with #D04AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04AEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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