Html Css Color HEX #D035EC Medium Orchid

📋 copy color: '#D035EC'

red 208 ◦ green 53 ◦ blue 236

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

Shades of Medium Orchid #D035EC

Tints of Medium Orchid #D035EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 47.48%

R = 41.85%
G = 10.66%
B = 47.48%

CMYK

 C value IS 0.12

 M value IS 0.78

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D035EC (or 0xD035EC) is known color: Medium Orchid. HEX triplet: D0, 35 and EC. RGB value is (208,53,236). Sum of RGB (Red+Green+Blue) = 208+53+236=497 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.85% from 497); Green value is 53 (21.09% from 255 or 10.66% from 497); Blue value is 236 (92.58% from 255 or 47.48% from 497); Max value from RGB is 236 - color contains mainly: blue. Hex color #D035EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D035EC is #2FCA13. Grayscale: #777777. Windows color (decimal): -3131924 or 15480272. OLE color: 15480272.

HSL color Cylindrical-coordinate representation of color #D035EC: hue angle of 290.82º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D035EC is Cyan = 0.12, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 208 53 236 -
CMYK 0.12 0.78 0 0.07
HSL 290.82º 0.83% 0.57% -
HSV(B) 290.82º 0.78% 0.93% -
XYZ 42.43 22.01 81.37 -
YUV 120.21 193.35 190.62 -
System Red Green Blue C M Y K H S L
Decimal 208 53 236 0.12 0.78 0 0.07 290.82 0.83 0.57
Hex D0 35 EC C 4E 0 7 123 53 39
Octal 320 65 354 14 116 0 7 443 123 71
Binary 11010000 110101 11101100 1100 1001110 0 111 100100011 1010011 111001

Color Harmonies of #D035EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D035EC

Black with #D035EC

Text Example


Text Example

White with #D035EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D035EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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