Html Css Color HEX #D330E8 Medium Orchid

📋 copy color: '#D330E8'

red 211 ◦ green 48 ◦ blue 232

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

Shades of Medium Orchid #D330E8

Tints of Medium Orchid #D330E8

RGB

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

 GREEN value IS 48 (19.14% from 255) = 9.78%

 BLUE value IS 232 (91.02% from 255) = 47.25%

R = 42.97%
G = 9.78%
B = 47.25%

CMYK

 C value IS 0.09

 M value IS 0.79

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D330E8 (or 0xD330E8) is known color: Medium Orchid. HEX triplet: D3, 30 and E8. RGB value is (211,48,232). Sum of RGB (Red+Green+Blue) = 211+48+232=491 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.97% from 491); Green value is 48 (19.14% from 255 or 9.78% from 491); Blue value is 232 (91.02% from 255 or 47.25% from 491); Max value from RGB is 232 - color contains mainly: blue. Hex color #D330E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D330E8 is #2CCF17. Grayscale: #757575. Windows color (decimal): -2936600 or 15216851. OLE color: 15216851.

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

Color convert

RGB 211 48 232 -
CMYK 0.09 0.79 0 0.09
HSL 293.15º 0.8% 0.55% -
HSV(B) 293.15º 0.79% 0.91% -
XYZ 42.49 21.79 78.31 -
YUV 117.71 192.5 194.54 -
System Red Green Blue C M Y K H S L
Decimal 211 48 232 0.09 0.79 0 0.09 293.15 0.8 0.55
Hex D3 30 E8 9 4F 0 9 125 50 37
Octal 323 60 350 11 117 0 11 445 120 67
Binary 11010011 110000 11101000 1001 1001111 0 1001 100100101 1010000 110111

Color Harmonies of #D330E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D330E8

Black with #D330E8

Text Example


Text Example

White with #D330E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D330E8; }

 p { color: rgb(211,48,232); }

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

background-color css

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

 a { background-color: rgb(211,48,232); }

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

border-color css

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

 span { border-color: rgb(211,48,232); }

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