Html Css Color HEX #D135DC Medium Orchid

📋 copy color: '#D135DC'

red 209 ◦ green 53 ◦ blue 220

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

Shades of Medium Orchid #D135DC

Tints of Medium Orchid #D135DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 45.64%

R = 43.36%
G = 11%
B = 45.64%

CMYK

 C value IS 0.05

 M value IS 0.76

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D135DC (or 0xD135DC) is known color: Medium Orchid. HEX triplet: D1, 35 and DC. RGB value is (209,53,220). Sum of RGB (Red+Green+Blue) = 209+53+220=482 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.36% from 482); Green value is 53 (21.09% from 255 or 11.00% from 482); Blue value is 220 (86.33% from 255 or 45.64% from 482); Max value from RGB is 220 - color contains mainly: blue. Hex color #D135DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D135DC is #2ECA23. Grayscale: #767676. Windows color (decimal): -3066404 or 14431697. OLE color: 14431697.

HSL color Cylindrical-coordinate representation of color #D135DC: hue angle of 296.05º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D135DC is Cyan = 0.05, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 209 53 220 -
CMYK 0.05 0.76 0 0.14
HSL 296.05º 0.7% 0.54% -
HSV(B) 296.05º 0.76% 0.86% -
XYZ 40.49 21.27 69.68 -
YUV 118.68 185.18 192.42 -
System Red Green Blue C M Y K H S L
Decimal 209 53 220 0.05 0.76 0 0.14 296.05 0.7 0.54
Hex D1 35 DC 5 4C 0 E 128 46 36
Octal 321 65 334 5 114 0 16 450 106 66
Binary 11010001 110101 11011100 101 1001100 0 1110 100101000 1000110 110110

Color Harmonies of #D135DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D135DC

Black with #D135DC

Text Example


Text Example

White with #D135DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D135DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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