Html Css Color HEX #D330E0 Medium Orchid

📋 copy color: '#D330E0'

red 211 ◦ green 48 ◦ blue 224

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

Shades of Medium Orchid #D330E0

Tints of Medium Orchid #D330E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 46.38%

R = 43.69%
G = 9.94%
B = 46.38%

CMYK

 C value IS 0.06

 M value IS 0.79

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D330E0 (or 0xD330E0) is known color: Medium Orchid. HEX triplet: D3, 30 and E0. RGB value is (211,48,224). Sum of RGB (Red+Green+Blue) = 211+48+224=483 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.69% from 483); Green value is 48 (19.14% from 255 or 9.94% from 483); Blue value is 224 (87.89% from 255 or 46.38% from 483); Max value from RGB is 224 - color contains mainly: blue. Hex color #D330E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D330E0 is #2CCF1F. Grayscale: #747474. Windows color (decimal): -2936608 or 14692563. OLE color: 14692563.

HSL color Cylindrical-coordinate representation of color #D330E0: hue angle of 295.57º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D330E0 is Cyan = 0.06, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 211 48 224 -
CMYK 0.06 0.79 0 0.12
HSL 295.57º 0.74% 0.53% -
HSV(B) 295.57º 0.79% 0.88% -
XYZ 41.38 21.34 72.46 -
YUV 116.8 188.5 195.19 -
System Red Green Blue C M Y K H S L
Decimal 211 48 224 0.06 0.79 0 0.12 295.57 0.74 0.53
Hex D3 30 E0 6 4F 0 C 128 4A 35
Octal 323 60 340 6 117 0 14 450 112 65
Binary 11010011 110000 11100000 110 1001111 0 1100 100101000 1001010 110101

Color Harmonies of #D330E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D330E0

Black with #D330E0

Text Example


Text Example

White with #D330E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D330E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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