Html Css Color HEX #D135EC Medium Orchid

📋 copy color: '#D135EC'

red 209 ◦ green 53 ◦ blue 236

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

Shades of Medium Orchid #D135EC

Tints of Medium Orchid #D135EC

RGB

 RED value IS 209 (82.03% from 255) = 41.97%

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

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

R = 41.97%
G = 10.64%
B = 47.39%

CMYK

 C value IS 0.11

 M value IS 0.78

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D135EC (or 0xD135EC) is known color: Medium Orchid. HEX triplet: D1, 35 and EC. RGB value is (209,53,236). Sum of RGB (Red+Green+Blue) = 209+53+236=498 (65% of max value = 765). Red value is 209 (82.03% from 255 or 41.97% from 498); Green value is 53 (21.09% from 255 or 10.64% from 498); Blue value is 236 (92.58% from 255 or 47.39% from 498); Max value from RGB is 236 - color contains mainly: blue. Hex color #D135EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D135EC is #2ECA13. Grayscale: #777777. Windows color (decimal): -3066388 or 15480273. OLE color: 15480273.

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

Color convert

RGB 209 53 236 -
CMYK 0.11 0.78 0 0.07
HSL 291.15º 0.83% 0.57% -
HSV(B) 291.15º 0.78% 0.93% -
XYZ 42.71 22.16 81.38 -
YUV 120.51 193.18 191.12 -
System Red Green Blue C M Y K H S L
Decimal 209 53 236 0.11 0.78 0 0.07 291.15 0.83 0.57
Hex D1 35 EC B 4E 0 7 123 53 39
Octal 321 65 354 13 116 0 7 443 123 71
Binary 11010001 110101 11101100 1011 1001110 0 111 100100011 1010011 111001

Color Harmonies of #D135EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D135EC

Black with #D135EC

Text Example


Text Example

White with #D135EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D135EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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