Html Css Color HEX #D333EC Medium Orchid

📋 copy color: '#D333EC'

red 211 ◦ green 51 ◦ blue 236

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

Shades of Medium Orchid #D333EC

Tints of Medium Orchid #D333EC

RGB

 RED value IS 211 (82.81% from 255) = 42.37%

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

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

R = 42.37%
G = 10.24%
B = 47.39%

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

#D333EC (or 0xD333EC) is known color: Medium Orchid. HEX triplet: D3, 33 and EC. RGB value is (211,51,236). Sum of RGB (Red+Green+Blue) = 211+51+236=498 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.37% from 498); Green value is 51 (20.31% from 255 or 10.24% from 498); Blue value is 236 (92.58% from 255 or 47.39% from 498); Max value from RGB is 236 - color contains mainly: blue. Hex color #D333EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D333EC is #2CCC13. Grayscale: #777777. Windows color (decimal): -2935828 or 15479763. OLE color: 15479763.

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

Color convert

RGB 211 51 236 -
CMYK 0.11 0.78 0 0.07
HSL 291.89º 0.83% 0.56% -
HSV(B) 291.89º 0.78% 0.93% -
XYZ 43.19 22.27 81.38 -
YUV 119.93 193.51 192.96 -
System Red Green Blue C M Y K H S L
Decimal 211 51 236 0.11 0.78 0 0.07 291.89 0.83 0.56
Hex D3 33 EC B 4E 0 7 124 53 38
Octal 323 63 354 13 116 0 7 444 123 70
Binary 11010011 110011 11101100 1011 1001110 0 111 100100100 1010011 111000

Color Harmonies of #D333EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D333EC

Black with #D333EC

Text Example


Text Example

White with #D333EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D333EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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