Html Css Color HEX #D035DD Medium Orchid

📋 copy color: '#D035DD'

red 208 ◦ green 53 ◦ blue 221

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

Shades of Medium Orchid #D035DD

Tints of Medium Orchid #D035DD

RGB

 RED value IS 208 (81.64% from 255) = 43.15%

 GREEN value IS 53 (21.09% from 255) = 11%

 BLUE value IS 221 (86.72% from 255) = 45.85%

R = 43.15%
G = 11%
B = 45.85%

CMYK

 C value IS 0.06

 M value IS 0.76

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D035DD (or 0xD035DD) is known color: Medium Orchid. HEX triplet: D0, 35 and DD. RGB value is (208,53,221). Sum of RGB (Red+Green+Blue) = 208+53+221=482 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.15% from 482); Green value is 53 (21.09% from 255 or 11.00% from 482); Blue value is 221 (86.72% from 255 or 45.85% from 482); Max value from RGB is 221 - color contains mainly: blue. Hex color #D035DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D035DD is #2FCA22. Grayscale: #757575. Windows color (decimal): -3131939 or 14497232. OLE color: 14497232.

HSL color Cylindrical-coordinate representation of color #D035DD: hue angle of 295.36º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D035DD is Cyan = 0.06, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 208 53 221 -
CMYK 0.06 0.76 0 0.13
HSL 295.36º 0.71% 0.54% -
HSV(B) 295.36º 0.76% 0.87% -
XYZ 40.34 21.18 70.37 -
YUV 118.5 185.85 191.84 -
System Red Green Blue C M Y K H S L
Decimal 208 53 221 0.06 0.76 0 0.13 295.36 0.71 0.54
Hex D0 35 DD 6 4C 0 D 127 47 36
Octal 320 65 335 6 114 0 15 447 107 66
Binary 11010000 110101 11011101 110 1001100 0 1101 100100111 1000111 110110

Color Harmonies of #D035DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D035DD

Black with #D035DD

Text Example


Text Example

White with #D035DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D035DD; }

 p { color: rgb(208,53,221); }

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

background-color css

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

 a { background-color: rgb(208,53,221); }

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

border-color css

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

 span { border-color: rgb(208,53,221); }

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