Html Css Color HEX #D035DE Medium Orchid

📋 copy color: '#D035DE'

red 208 ◦ green 53 ◦ blue 222

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

Shades of Medium Orchid #D035DE

Tints of Medium Orchid #D035DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 45.96%

R = 43.06%
G = 10.97%
B = 45.96%

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

#D035DE (or 0xD035DE) is known color: Medium Orchid. HEX triplet: D0, 35 and DE. RGB value is (208,53,222). Sum of RGB (Red+Green+Blue) = 208+53+222=483 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.06% from 483); Green value is 53 (21.09% from 255 or 10.97% from 483); Blue value is 222 (87.11% from 255 or 45.96% from 483); Max value from RGB is 222 - color contains mainly: blue. Hex color #D035DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D035DE is #2FCA21. Grayscale: #767676. Windows color (decimal): -3131938 or 14562768. OLE color: 14562768.

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

Color convert

RGB 208 53 222 -
CMYK 0.06 0.76 0 0.13
HSL 295.03º 0.72% 0.54% -
HSV(B) 295.03º 0.76% 0.87% -
XYZ 40.47 21.23 71.07 -
YUV 118.61 186.35 191.76 -
System Red Green Blue C M Y K H S L
Decimal 208 53 222 0.06 0.76 0 0.13 295.03 0.72 0.54
Hex D0 35 DE 6 4C 0 D 127 48 36
Octal 320 65 336 6 114 0 15 447 110 66
Binary 11010000 110101 11011110 110 1001100 0 1101 100100111 1001000 110110

Color Harmonies of #D035DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D035DE

Black with #D035DE

Text Example


Text Example

White with #D035DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D035DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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