Html Css Color HEX #D330DF Medium Orchid

📋 copy color: '#D330DF'

red 211 ◦ green 48 ◦ blue 223

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

Shades of Medium Orchid #D330DF

Tints of Medium Orchid #D330DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 46.27%

R = 43.78%
G = 9.96%
B = 46.27%

CMYK

 C value IS 0.05

 M value IS 0.78

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D330DF (or 0xD330DF) is known color: Medium Orchid. HEX triplet: D3, 30 and DF. RGB value is (211,48,223). Sum of RGB (Red+Green+Blue) = 211+48+223=482 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.78% from 482); Green value is 48 (19.14% from 255 or 9.96% from 482); Blue value is 223 (87.5% from 255 or 46.27% from 482); Max value from RGB is 223 - color contains mainly: blue. Hex color #D330DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D330DF is #2CCF20. Grayscale: #747474. Windows color (decimal): -2936609 or 14627027. OLE color: 14627027.

HSL color Cylindrical-coordinate representation of color #D330DF: hue angle of 295.89º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D330DF is Cyan = 0.05, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 211 48 223 -
CMYK 0.05 0.78 0 0.13
HSL 295.89º 0.73% 0.53% -
HSV(B) 295.89º 0.78% 0.87% -
XYZ 41.24 21.29 71.75 -
YUV 116.69 188 195.27 -
System Red Green Blue C M Y K H S L
Decimal 211 48 223 0.05 0.78 0 0.13 295.89 0.73 0.53
Hex D3 30 DF 5 4E 0 D 128 49 35
Octal 323 60 337 5 116 0 15 450 111 65
Binary 11010011 110000 11011111 101 1001110 0 1101 100101000 1001001 110101

Color Harmonies of #D330DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D330DF

Black with #D330DF

Text Example


Text Example

White with #D330DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D330DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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