Html Css Color HEX #D33AE4 Medium Orchid

📋 copy color: '#D33AE4'

red 211 ◦ green 58 ◦ blue 228

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

Shades of Medium Orchid #D33AE4

Tints of Medium Orchid #D33AE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 45.88%

R = 42.45%
G = 11.67%
B = 45.88%

CMYK

 C value IS 0.07

 M value IS 0.75

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D33AE4 (or 0xD33AE4) is known color: Medium Orchid. HEX triplet: D3, 3A and E4. RGB value is (211,58,228). Sum of RGB (Red+Green+Blue) = 211+58+228=497 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.45% from 497); Green value is 58 (23.05% from 255 or 11.67% from 497); Blue value is 228 (89.45% from 255 or 45.88% from 497); Max value from RGB is 228 - color contains mainly: blue. Hex color #D33AE4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D33AE4 is #2CC51B. Grayscale: #7A7A7A. Windows color (decimal): -2934044 or 14957267. OLE color: 14957267.

HSL color Cylindrical-coordinate representation of color #D33AE4: hue angle of 294º degrees, saturation: 0.76, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D33AE4 is Cyan = 0.07, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 211 58 228 -
CMYK 0.07 0.75 0 0.11
HSL 294º 0.76% 0.56% -
HSV(B) 294º 0.75% 0.89% -
XYZ 42.38 22.48 75.5 -
YUV 123.13 187.19 190.68 -
System Red Green Blue C M Y K H S L
Decimal 211 58 228 0.07 0.75 0 0.11 294 0.76 0.56
Hex D3 3A E4 7 4B 0 B 126 4C 38
Octal 323 72 344 7 113 0 13 446 114 70
Binary 11010011 111010 11100100 111 1001011 0 1011 100100110 1001100 111000

Color Harmonies of #D33AE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D33AE4

Black with #D33AE4

Text Example


Text Example

White with #D33AE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D33AE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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