Html Css Color HEX #D033EB Medium Orchid

📋 copy color: '#D033EB'

red 208 ◦ green 51 ◦ blue 235

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

Shades of Medium Orchid #D033EB

Tints of Medium Orchid #D033EB

RGB

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

 GREEN value IS 51 (20.31% from 255) = 10.32%

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

R = 42.11%
G = 10.32%
B = 47.57%

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

#D033EB (or 0xD033EB) is known color: Medium Orchid. HEX triplet: D0, 33 and EB. RGB value is (208,51,235). Sum of RGB (Red+Green+Blue) = 208+51+235=494 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.11% from 494); Green value is 51 (20.31% from 255 or 10.32% from 494); Blue value is 235 (92.19% from 255 or 47.57% from 494); Max value from RGB is 235 - color contains mainly: blue. Hex color #D033EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D033EB is #2FCC14. Grayscale: #767676. Windows color (decimal): -3132437 or 15414224. OLE color: 15414224.

HSL color Cylindrical-coordinate representation of color #D033EB: hue angle of 291.2º 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 #D033EB is Cyan = 0.11, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 208 51 235 -
CMYK 0.11 0.78 0 0.08
HSL 291.2º 0.82% 0.56% -
HSV(B) 291.2º 0.78% 0.92% -
XYZ 42.19 21.78 80.58 -
YUV 118.92 193.51 191.54 -
System Red Green Blue C M Y K H S L
Decimal 208 51 235 0.11 0.78 0 0.08 291.2 0.82 0.56
Hex D0 33 EB B 4E 0 8 123 52 38
Octal 320 63 353 13 116 0 10 443 122 70
Binary 11010000 110011 11101011 1011 1001110 0 1000 100100011 1010010 111000

Color Harmonies of #D033EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D033EB

Black with #D033EB

Text Example


Text Example

White with #D033EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D033EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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