Html Css Color HEX #D33AEA Medium Orchid

📋 copy color: '#D33AEA'

red 211 ◦ green 58 ◦ blue 234

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

Shades of Medium Orchid #D33AEA

Tints of Medium Orchid #D33AEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 46.52%

R = 41.95%
G = 11.53%
B = 46.52%

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

#D33AEA (or 0xD33AEA) is known color: Medium Orchid. HEX triplet: D3, 3A and EA. RGB value is (211,58,234). Sum of RGB (Red+Green+Blue) = 211+58+234=503 (66% of max value = 765). Red value is 211 (82.81% from 255 or 41.95% from 503); Green value is 58 (23.05% from 255 or 11.53% from 503); Blue value is 234 (91.80% from 255 or 46.52% from 503); Max value from RGB is 234 - color contains mainly: blue. Hex color #D33AEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D33AEA is #2CC515. Grayscale: #7B7B7B. Windows color (decimal): -2934038 or 15350483. OLE color: 15350483.

HSL color Cylindrical-coordinate representation of color #D33AEA: hue angle of 292.16º degrees, saturation: 0.81, 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 #D33AEA is Cyan = 0.10, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 211 58 234 -
CMYK 0.10 0.75 0 0.08
HSL 292.16º 0.81% 0.57% -
HSV(B) 292.16º 0.75% 0.92% -
XYZ 43.23 22.82 79.97 -
YUV 123.81 190.19 190.19 -
System Red Green Blue C M Y K H S L
Decimal 211 58 234 0.10 0.75 0 0.08 292.16 0.81 0.57
Hex D3 3A EA A 4B 0 8 124 51 39
Octal 323 72 352 12 113 0 10 444 121 71
Binary 11010011 111010 11101010 1010 1001011 0 1000 100100100 1010001 111001

Color Harmonies of #D33AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D33AEA

Black with #D33AEA

Text Example


Text Example

White with #D33AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D33AEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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