Html Css Color HEX #D133EC Medium Orchid

📋 copy color: '#D133EC'

red 209 ◦ green 51 ◦ blue 236

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

Shades of Medium Orchid #D133EC

Tints of Medium Orchid #D133EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 47.58%

R = 42.14%
G = 10.28%
B = 47.58%

CMYK

 C value IS 0.11

 M value IS 0.78

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D133EC (or 0xD133EC) is known color: Medium Orchid. HEX triplet: D1, 33 and EC. RGB value is (209,51,236). Sum of RGB (Red+Green+Blue) = 209+51+236=496 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.14% from 496); Green value is 51 (20.31% from 255 or 10.28% from 496); Blue value is 236 (92.58% from 255 or 47.58% from 496); Max value from RGB is 236 - color contains mainly: blue. Hex color #D133EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D133EC is #2ECC13. Grayscale: #767676. Windows color (decimal): -3066900 or 15479761. OLE color: 15479761.

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

Color convert

RGB 209 51 236 -
CMYK 0.11 0.78 0 0.07
HSL 291.24º 0.83% 0.56% -
HSV(B) 291.24º 0.78% 0.93% -
XYZ 42.62 21.98 81.35 -
YUV 119.33 193.85 191.96 -
System Red Green Blue C M Y K H S L
Decimal 209 51 236 0.11 0.78 0 0.07 291.24 0.83 0.56
Hex D1 33 EC B 4E 0 7 123 53 38
Octal 321 63 354 13 116 0 7 443 123 70
Binary 11010001 110011 11101100 1011 1001110 0 111 100100011 1010011 111000

Color Harmonies of #D133EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D133EC

Black with #D133EC

Text Example


Text Example

White with #D133EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D133EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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