Html Css Color HEX #D135DF Medium Orchid

📋 copy color: '#D135DF'

red 209 ◦ green 53 ◦ blue 223

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

Shades of Medium Orchid #D135DF

Tints of Medium Orchid #D135DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.98%

R = 43.09%
G = 10.93%
B = 45.98%

CMYK

 C value IS 0.06

 M value IS 0.76

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D135DF (or 0xD135DF) is known color: Medium Orchid. HEX triplet: D1, 35 and DF. RGB value is (209,53,223). Sum of RGB (Red+Green+Blue) = 209+53+223=485 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.09% from 485); Green value is 53 (21.09% from 255 or 10.93% from 485); Blue value is 223 (87.5% from 255 or 45.98% from 485); Max value from RGB is 223 - color contains mainly: blue. Hex color #D135DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D135DF is #2ECA20. Grayscale: #767676. Windows color (decimal): -3066401 or 14628305. OLE color: 14628305.

HSL color Cylindrical-coordinate representation of color #D135DF: hue angle of 295.06º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D135DF is Cyan = 0.06, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 209 53 223 -
CMYK 0.06 0.76 0 0.13
HSL 295.06º 0.73% 0.54% -
HSV(B) 295.06º 0.76% 0.87% -
XYZ 40.89 21.43 71.79 -
YUV 119.02 186.68 192.18 -
System Red Green Blue C M Y K H S L
Decimal 209 53 223 0.06 0.76 0 0.13 295.06 0.73 0.54
Hex D1 35 DF 6 4C 0 D 127 49 36
Octal 321 65 337 6 114 0 15 447 111 66
Binary 11010001 110101 11011111 110 1001100 0 1101 100100111 1001001 110110

Color Harmonies of #D135DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D135DF

Black with #D135DF

Text Example


Text Example

White with #D135DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D135DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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