Html Css Color HEX #D333EB Medium Orchid

📋 copy color: '#D333EB'

red 211 ◦ green 51 ◦ blue 235

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

Shades of Medium Orchid #D333EB

Tints of Medium Orchid #D333EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 47.28%

R = 42.45%
G = 10.26%
B = 47.28%

CMYK

 C value IS 0.10

 M value IS 0.78

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D333EB (or 0xD333EB) is known color: Medium Orchid. HEX triplet: D3, 33 and EB. RGB value is (211,51,235). Sum of RGB (Red+Green+Blue) = 211+51+235=497 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.45% from 497); Green value is 51 (20.31% from 255 or 10.26% from 497); Blue value is 235 (92.19% from 255 or 47.28% from 497); Max value from RGB is 235 - color contains mainly: blue. Hex color #D333EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D333EB is #2CCC14. Grayscale: #777777. Windows color (decimal): -2935829 or 15414227. OLE color: 15414227.

HSL color Cylindrical-coordinate representation of color #D333EB: hue angle of 292.17º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D333EB is Cyan = 0.10, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 211 51 235 -
CMYK 0.10 0.78 0 0.08
HSL 292.17º 0.82% 0.56% -
HSV(B) 292.17º 0.78% 0.92% -
XYZ 43.04 22.21 80.62 -
YUV 119.82 193.01 193.04 -
System Red Green Blue C M Y K H S L
Decimal 211 51 235 0.10 0.78 0 0.08 292.17 0.82 0.56
Hex D3 33 EB A 4E 0 8 124 52 38
Octal 323 63 353 12 116 0 10 444 122 70
Binary 11010011 110011 11101011 1010 1001110 0 1000 100100100 1010010 111000

Color Harmonies of #D333EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D333EB

Black with #D333EB

Text Example


Text Example

White with #D333EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D333EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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