Html Css Color HEX #D133ED Medium Orchid

📋 copy color: '#D133ED'

red 209 ◦ green 51 ◦ blue 237

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

Shades of Medium Orchid #D133ED

Tints of Medium Orchid #D133ED

RGB

 RED value IS 209 (82.03% from 255) = 42.05%

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

 BLUE value IS 237 (92.97% from 255) = 47.69%

R = 42.05%
G = 10.26%
B = 47.69%

CMYK

 C value IS 0.12

 M value IS 0.78

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D133ED (or 0xD133ED) is known color: Medium Orchid. HEX triplet: D1, 33 and ED. RGB value is (209,51,237). Sum of RGB (Red+Green+Blue) = 209+51+237=497 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.05% from 497); Green value is 51 (20.31% from 255 or 10.26% from 497); Blue value is 237 (92.97% from 255 or 47.69% from 497); Max value from RGB is 237 - color contains mainly: blue. Hex color #D133ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D133ED is #2ECC12. Grayscale: #767676. Windows color (decimal): -3066899 or 15545297. OLE color: 15545297.

HSL color Cylindrical-coordinate representation of color #D133ED: hue angle of 290.97º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D133ED is Cyan = 0.12, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 209 51 237 -
CMYK 0.12 0.78 0 0.07
HSL 290.97º 0.84% 0.56% -
HSV(B) 290.97º 0.78% 0.93% -
XYZ 42.76 22.04 82.12 -
YUV 119.45 194.35 191.88 -
System Red Green Blue C M Y K H S L
Decimal 209 51 237 0.12 0.78 0 0.07 290.97 0.84 0.56
Hex D1 33 ED C 4E 0 7 123 54 38
Octal 321 63 355 14 116 0 7 443 124 70
Binary 11010001 110011 11101101 1100 1001110 0 111 100100011 1010100 111000

Color Harmonies of #D133ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D133ED

Black with #D133ED

Text Example


Text Example

White with #D133ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D133ED; }

 p { color: rgb(209,51,237); }

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

background-color css

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

 a { background-color: rgb(209,51,237); }

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

border-color css

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

 span { border-color: rgb(209,51,237); }

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