Html Css Color HEX #D035EE Medium Orchid

📋 copy color: '#D035EE'

red 208 ◦ green 53 ◦ blue 238

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

Shades of Medium Orchid #D035EE

Tints of Medium Orchid #D035EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 47.7%

R = 41.68%
G = 10.62%
B = 47.7%

CMYK

 C value IS 0.13

 M value IS 0.78

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D035EE (or 0xD035EE) is known color: Medium Orchid. HEX triplet: D0, 35 and EE. RGB value is (208,53,238). Sum of RGB (Red+Green+Blue) = 208+53+238=499 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.68% from 499); Green value is 53 (21.09% from 255 or 10.62% from 499); Blue value is 238 (93.36% from 255 or 47.70% from 499); Max value from RGB is 238 - color contains mainly: blue. Hex color #D035EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D035EE is #2FCA11. Grayscale: #777777. Windows color (decimal): -3131922 or 15611344. OLE color: 15611344.

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

Color convert

RGB 208 53 238 -
CMYK 0.13 0.78 0 0.07
HSL 290.27º 0.84% 0.57% -
HSV(B) 290.27º 0.78% 0.93% -
XYZ 42.72 22.13 82.91 -
YUV 120.44 194.35 190.46 -
System Red Green Blue C M Y K H S L
Decimal 208 53 238 0.13 0.78 0 0.07 290.27 0.84 0.57
Hex D0 35 EE D 4E 0 7 122 54 39
Octal 320 65 356 15 116 0 7 442 124 71
Binary 11010000 110101 11101110 1101 1001110 0 111 100100010 1010100 111001

Color Harmonies of #D035EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D035EE

Black with #D035EE

Text Example


Text Example

White with #D035EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D035EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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