Html Css Color HEX #D033EF Medium Orchid

📋 copy color: '#D033EF'

red 208 ◦ green 51 ◦ blue 239

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

Shades of Medium Orchid #D033EF

Tints of Medium Orchid #D033EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 47.99%

R = 41.77%
G = 10.24%
B = 47.99%

CMYK

 C value IS 0.13

 M value IS 0.79

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D033EF (or 0xD033EF) is known color: Medium Orchid. HEX triplet: D0, 33 and EF. RGB value is (208,51,239). Sum of RGB (Red+Green+Blue) = 208+51+239=498 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.77% from 498); Green value is 51 (20.31% from 255 or 10.24% from 498); Blue value is 239 (93.75% from 255 or 47.99% from 498); Max value from RGB is 239 - color contains mainly: blue. Hex color #D033EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D033EF is #2FCC10. Grayscale: #767676. Windows color (decimal): -3132433 or 15676368. OLE color: 15676368.

HSL color Cylindrical-coordinate representation of color #D033EF: hue angle of 290.11º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D033EF is Cyan = 0.13, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 208 51 239 -
CMYK 0.13 0.79 0 0.06
HSL 290.11º 0.85% 0.57% -
HSV(B) 290.11º 0.79% 0.94% -
XYZ 42.78 22.01 83.66 -
YUV 119.38 195.51 191.21 -
System Red Green Blue C M Y K H S L
Decimal 208 51 239 0.13 0.79 0 0.06 290.11 0.85 0.57
Hex D0 33 EF D 4F 0 6 122 55 39
Octal 320 63 357 15 117 0 6 442 125 71
Binary 11010000 110011 11101111 1101 1001111 0 110 100100010 1010101 111001

Color Harmonies of #D033EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D033EF

Black with #D033EF

Text Example


Text Example

White with #D033EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D033EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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