Html Css Color HEX #D035EB Medium Orchid

📋 copy color: '#D035EB'

red 208 ◦ green 53 ◦ blue 235

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

Shades of Medium Orchid #D035EB

Tints of Medium Orchid #D035EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 47.38%

R = 41.94%
G = 10.69%
B = 47.38%

CMYK

 C value IS 0.11

 M value IS 0.77

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D035EB (or 0xD035EB) is known color: Medium Orchid. HEX triplet: D0, 35 and EB. RGB value is (208,53,235). Sum of RGB (Red+Green+Blue) = 208+53+235=496 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.94% from 496); Green value is 53 (21.09% from 255 or 10.69% from 496); Blue value is 235 (92.19% from 255 or 47.38% from 496); Max value from RGB is 235 - color contains mainly: blue. Hex color #D035EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D035EB is #2FCA14. Grayscale: #777777. Windows color (decimal): -3131925 or 15414736. OLE color: 15414736.

HSL color Cylindrical-coordinate representation of color #D035EB: hue angle of 291.1º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D035EB is Cyan = 0.11, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 208 53 235 -
CMYK 0.11 0.77 0 0.08
HSL 291.1º 0.82% 0.56% -
HSV(B) 291.1º 0.77% 0.92% -
XYZ 42.28 21.95 80.61 -
YUV 120.09 192.85 190.7 -
System Red Green Blue C M Y K H S L
Decimal 208 53 235 0.11 0.77 0 0.08 291.1 0.82 0.56
Hex D0 35 EB B 4D 0 8 123 52 38
Octal 320 65 353 13 115 0 10 443 122 70
Binary 11010000 110101 11101011 1011 1001101 0 1000 100100011 1010010 111000

Color Harmonies of #D035EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D035EB

Black with #D035EB

Text Example


Text Example

White with #D035EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D035EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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