Html Css Color HEX #D134DF Medium Orchid

📋 copy color: '#D134DF'

red 209 ◦ green 52 ◦ blue 223

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

Shades of Medium Orchid #D134DF

Tints of Medium Orchid #D134DF

RGB

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

 GREEN value IS 52 (20.7% from 255) = 10.74%

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

R = 43.18%
G = 10.74%
B = 46.07%

CMYK

 C value IS 0.06

 M value IS 0.77

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D134DF (or 0xD134DF) is known color: Medium Orchid. HEX triplet: D1, 34 and DF. RGB value is (209,52,223). Sum of RGB (Red+Green+Blue) = 209+52+223=484 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.18% from 484); Green value is 52 (20.70% from 255 or 10.74% from 484); Blue value is 223 (87.5% from 255 or 46.07% from 484); Max value from RGB is 223 - color contains mainly: blue. Hex color #D134DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D134DF is #2ECB20. Grayscale: #757575. Windows color (decimal): -3066657 or 14628049. OLE color: 14628049.

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

Color convert

RGB 209 52 223 -
CMYK 0.06 0.77 0 0.13
HSL 295.09º 0.73% 0.54% -
HSV(B) 295.09º 0.77% 0.87% -
XYZ 40.84 21.34 71.78 -
YUV 118.44 187.01 192.6 -
System Red Green Blue C M Y K H S L
Decimal 209 52 223 0.06 0.77 0 0.13 295.09 0.73 0.54
Hex D1 34 DF 6 4D 0 D 127 49 36
Octal 321 64 337 6 115 0 15 447 111 66
Binary 11010001 110100 11011111 110 1001101 0 1101 100100111 1001001 110110

Color Harmonies of #D134DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D134DF

Black with #D134DF

Text Example


Text Example

White with #D134DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D134DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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