Html Css Color HEX #D033E4 Medium Orchid

📋 copy color: '#D033E4'

red 208 ◦ green 51 ◦ blue 228

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

Shades of Medium Orchid #D033E4

Tints of Medium Orchid #D033E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 46.82%

R = 42.71%
G = 10.47%
B = 46.82%

CMYK

 C value IS 0.09

 M value IS 0.78

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D033E4 (or 0xD033E4) is known color: Medium Orchid. HEX triplet: D0, 33 and E4. RGB value is (208,51,228). Sum of RGB (Red+Green+Blue) = 208+51+228=487 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.71% from 487); Green value is 51 (20.31% from 255 or 10.47% from 487); Blue value is 228 (89.45% from 255 or 46.82% from 487); Max value from RGB is 228 - color contains mainly: blue. Hex color #D033E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D033E4 is #2FCC1B. Grayscale: #757575. Windows color (decimal): -3132444 or 14955472. OLE color: 14955472.

HSL color Cylindrical-coordinate representation of color #D033E4: hue angle of 293.22º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D033E4 is Cyan = 0.09, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 208 51 228 -
CMYK 0.09 0.78 0 0.11
HSL 293.22º 0.77% 0.55% -
HSV(B) 293.22º 0.78% 0.89% -
XYZ 41.2 21.38 75.35 -
YUV 118.12 190.01 192.11 -
System Red Green Blue C M Y K H S L
Decimal 208 51 228 0.09 0.78 0 0.11 293.22 0.77 0.55
Hex D0 33 E4 9 4E 0 B 125 4D 37
Octal 320 63 344 11 116 0 13 445 115 67
Binary 11010000 110011 11100100 1001 1001110 0 1011 100100101 1001101 110111

Color Harmonies of #D033E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D033E4

Black with #D033E4

Text Example


Text Example

White with #D033E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D033E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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