Html Css Color HEX #D33FE9 Medium Orchid

📋 copy color: '#D33FE9'

red 211 ◦ green 63 ◦ blue 233

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

Shades of Medium Orchid #D33FE9

Tints of Medium Orchid #D33FE9

RGB

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

 GREEN value IS 63 (25% from 255) = 12.43%

 BLUE value IS 233 (91.41% from 255) = 45.96%

R = 41.62%
G = 12.43%
B = 45.96%

CMYK

 C value IS 0.09

 M value IS 0.73

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D33FE9 (or 0xD33FE9) is known color: Medium Orchid. HEX triplet: D3, 3F and E9. RGB value is (211,63,233). Sum of RGB (Red+Green+Blue) = 211+63+233=507 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.62% from 507); Green value is 63 (25% from 255 or 12.43% from 507); Blue value is 233 (91.41% from 255 or 45.96% from 507); Max value from RGB is 233 - color contains mainly: blue. Hex color #D33FE9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D33FE9 is #2CC016. Grayscale: #7E7E7E. Windows color (decimal): -2932759 or 15286227. OLE color: 15286227.

HSL color Cylindrical-coordinate representation of color #D33FE9: hue angle of 292.24º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D33FE9 is Cyan = 0.09, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 211 63 233 -
CMYK 0.09 0.73 0 0.09
HSL 292.24º 0.79% 0.58% -
HSV(B) 292.24º 0.73% 0.91% -
XYZ 43.35 23.29 79.3 -
YUV 126.63 188.03 188.18 -
System Red Green Blue C M Y K H S L
Decimal 211 63 233 0.09 0.73 0 0.09 292.24 0.79 0.58
Hex D3 3F E9 9 49 0 9 124 4F 3A
Octal 323 77 351 11 111 0 11 444 117 72
Binary 11010011 111111 11101001 1001 1001001 0 1001 100100100 1001111 111010

Color Harmonies of #D33FE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D33FE9

Black with #D33FE9

Text Example


Text Example

White with #D33FE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D33FE9; }

 p { color: rgb(211,63,233); }

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

background-color css

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

 a { background-color: rgb(211,63,233); }

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

border-color css

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

 span { border-color: rgb(211,63,233); }

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