Html Css Color HEX #D034EB Medium Orchid

📋 copy color: '#D034EB'

red 208 ◦ green 52 ◦ blue 235

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

Shades of Medium Orchid #D034EB

Tints of Medium Orchid #D034EB

RGB

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

 GREEN value IS 52 (20.7% from 255) = 10.51%

 BLUE value IS 235 (92.19% from 255) = 47.47%

R = 42.02%
G = 10.51%
B = 47.47%

CMYK

 C value IS 0.11

 M value IS 0.78

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D034EB (or 0xD034EB) is known color: Medium Orchid. HEX triplet: D0, 34 and EB. RGB value is (208,52,235). Sum of RGB (Red+Green+Blue) = 208+52+235=495 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.02% from 495); Green value is 52 (20.70% from 255 or 10.51% from 495); Blue value is 235 (92.19% from 255 or 47.47% from 495); Max value from RGB is 235 - color contains mainly: blue. Hex color #D034EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D034EB is #2FCB14. Grayscale: #767676. Windows color (decimal): -3132181 or 15414480. OLE color: 15414480.

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

Color convert

RGB 208 52 235 -
CMYK 0.11 0.78 0 0.08
HSL 291.15º 0.82% 0.56% -
HSV(B) 291.15º 0.78% 0.92% -
XYZ 42.24 21.86 80.59 -
YUV 119.51 193.18 191.12 -
System Red Green Blue C M Y K H S L
Decimal 208 52 235 0.11 0.78 0 0.08 291.15 0.82 0.56
Hex D0 34 EB B 4E 0 8 123 52 38
Octal 320 64 353 13 116 0 10 443 122 70
Binary 11010000 110100 11101011 1011 1001110 0 1000 100100011 1010010 111000

Color Harmonies of #D034EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D034EB

Black with #D034EB

Text Example


Text Example

White with #D034EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D034EB; }

 p { color: rgb(208,52,235); }

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

background-color css

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

 a { background-color: rgb(208,52,235); }

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

border-color css

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

 span { border-color: rgb(208,52,235); }

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