Html Css Color HEX #D33AEB Medium Orchid

📋 copy color: '#D33AEB'

red 211 ◦ green 58 ◦ blue 235

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

Shades of Medium Orchid #D33AEB

Tints of Medium Orchid #D33AEB

RGB

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

 GREEN value IS 58 (23.05% from 255) = 11.51%

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

R = 41.87%
G = 11.51%
B = 46.63%

CMYK

 C value IS 0.10

 M value IS 0.75

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D33AEB (or 0xD33AEB) is known color: Medium Orchid. HEX triplet: D3, 3A and EB. RGB value is (211,58,235). Sum of RGB (Red+Green+Blue) = 211+58+235=504 (66% of max value = 765). Red value is 211 (82.81% from 255 or 41.87% from 504); Green value is 58 (23.05% from 255 or 11.51% from 504); Blue value is 235 (92.19% from 255 or 46.63% from 504); Max value from RGB is 235 - color contains mainly: blue. Hex color #D33AEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D33AEB is #2CC514. Grayscale: #7B7B7B. Windows color (decimal): -2934037 or 15416019. OLE color: 15416019.

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

Color convert

RGB 211 58 235 -
CMYK 0.10 0.75 0 0.08
HSL 291.86º 0.82% 0.57% -
HSV(B) 291.86º 0.75% 0.92% -
XYZ 43.37 22.87 80.73 -
YUV 123.93 190.69 190.11 -
System Red Green Blue C M Y K H S L
Decimal 211 58 235 0.10 0.75 0 0.08 291.86 0.82 0.57
Hex D3 3A EB A 4B 0 8 124 52 39
Octal 323 72 353 12 113 0 10 444 122 71
Binary 11010011 111010 11101011 1010 1001011 0 1000 100100100 1010010 111001

Color Harmonies of #D33AEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D33AEB

Black with #D33AEB

Text Example


Text Example

White with #D33AEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D33AEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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