Html Css Color HEX #D035DF Medium Orchid

📋 copy color: '#D035DF'

red 208 ◦ green 53 ◦ blue 223

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

Shades of Medium Orchid #D035DF

Tints of Medium Orchid #D035DF

RGB

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

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

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

R = 42.98%
G = 10.95%
B = 46.07%

CMYK

 C value IS 0.07

 M value IS 0.76

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D035DF (or 0xD035DF) is known color: Medium Orchid. HEX triplet: D0, 35 and DF. RGB value is (208,53,223). Sum of RGB (Red+Green+Blue) = 208+53+223=484 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.98% from 484); Green value is 53 (21.09% from 255 or 10.95% from 484); Blue value is 223 (87.5% from 255 or 46.07% from 484); Max value from RGB is 223 - color contains mainly: blue. Hex color #D035DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D035DF is #2FCA20. Grayscale: #767676. Windows color (decimal): -3131937 or 14628304. OLE color: 14628304.

HSL color Cylindrical-coordinate representation of color #D035DF: hue angle of 294.71º degrees, saturation: 0.73, 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 #D035DF is Cyan = 0.07, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 208 53 223 -
CMYK 0.07 0.76 0 0.13
HSL 294.71º 0.73% 0.54% -
HSV(B) 294.71º 0.76% 0.87% -
XYZ 40.6 21.28 71.78 -
YUV 118.73 186.85 191.68 -
System Red Green Blue C M Y K H S L
Decimal 208 53 223 0.07 0.76 0 0.13 294.71 0.73 0.54
Hex D0 35 DF 7 4C 0 D 127 49 36
Octal 320 65 337 7 114 0 15 447 111 66
Binary 11010000 110101 11011111 111 1001100 0 1101 100100111 1001001 110110

Color Harmonies of #D035DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D035DF

Black with #D035DF

Text Example


Text Example

White with #D035DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D035DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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