Html Css Color HEX #D33AF2 Medium Orchid

📋 copy color: '#D33AF2'

red 211 ◦ green 58 ◦ blue 242

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

Shades of Medium Orchid #D33AF2

Tints of Medium Orchid #D33AF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 47.36%

R = 41.29%
G = 11.35%
B = 47.36%

CMYK

 C value IS 0.13

 M value IS 0.76

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D33AF2 (or 0xD33AF2) is known color: Medium Orchid. HEX triplet: D3, 3A and F2. RGB value is (211,58,242). Sum of RGB (Red+Green+Blue) = 211+58+242=511 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.29% from 511); Green value is 58 (23.05% from 255 or 11.35% from 511); Blue value is 242 (94.92% from 255 or 47.36% from 511); Max value from RGB is 242 - color contains mainly: blue. Hex color #D33AF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D33AF2 is #2CC50D. Grayscale: #7C7C7C. Windows color (decimal): -2934030 or 15874771. OLE color: 15874771.

HSL color Cylindrical-coordinate representation of color #D33AF2: hue angle of 289.89º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D33AF2 is Cyan = 0.13, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 211 58 242 -
CMYK 0.13 0.76 0 0.05
HSL 289.89º 0.88% 0.59% -
HSV(B) 289.89º 0.76% 0.95% -
XYZ 44.4 23.29 86.16 -
YUV 124.72 194.19 189.54 -
System Red Green Blue C M Y K H S L
Decimal 211 58 242 0.13 0.76 0 0.05 289.89 0.88 0.59
Hex D3 3A F2 D 4C 0 5 122 58 3B
Octal 323 72 362 15 114 0 5 442 130 73
Binary 11010011 111010 11110010 1101 1001100 0 101 100100010 1011000 111011

Color Harmonies of #D33AF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D33AF2

Black with #D33AF2

Text Example


Text Example

White with #D33AF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D33AF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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