Html Css Color HEX #D02EEA Medium Orchid

📋 copy color: '#D02EEA'

red 208 ◦ green 46 ◦ blue 234

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

Shades of Medium Orchid #D02EEA

Tints of Medium Orchid #D02EEA

RGB

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

 GREEN value IS 46 (18.36% from 255) = 9.43%

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

R = 42.62%
G = 9.43%
B = 47.95%

CMYK

 C value IS 0.11

 M value IS 0.80

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D02EEA (or 0xD02EEA) is known color: Medium Orchid. HEX triplet: D0, 2E and EA. RGB value is (208,46,234). Sum of RGB (Red+Green+Blue) = 208+46+234=488 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.62% from 488); Green value is 46 (18.36% from 255 or 9.43% from 488); Blue value is 234 (91.80% from 255 or 47.95% from 488); Max value from RGB is 234 - color contains mainly: blue. Hex color #D02EEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D02EEA is #2FD115. Grayscale: #737373. Windows color (decimal): -3133718 or 15347408. OLE color: 15347408.

HSL color Cylindrical-coordinate representation of color #D02EEA: hue angle of 291.7º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D02EEA is Cyan = 0.11, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 208 46 234 -
CMYK 0.11 0.80 0 0.08
HSL 291.7º 0.82% 0.55% -
HSV(B) 291.7º 0.8% 0.92% -
XYZ 41.84 21.3 79.75 -
YUV 115.87 194.67 193.71 -
System Red Green Blue C M Y K H S L
Decimal 208 46 234 0.11 0.80 0 0.08 291.7 0.82 0.55
Hex D0 2E EA B 50 0 8 124 52 37
Octal 320 56 352 13 120 0 10 444 122 67
Binary 11010000 101110 11101010 1011 1010000 0 1000 100100100 1010010 110111

Color Harmonies of #D02EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02EEA

Black with #D02EEA

Text Example


Text Example

White with #D02EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02EEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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