Html Css Color HEX #D13CDF Medium Orchid

📋 copy color: '#D13CDF'

red 209 ◦ green 60 ◦ blue 223

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

Shades of Medium Orchid #D13CDF

Tints of Medium Orchid #D13CDF

RGB

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

 GREEN value IS 60 (23.83% from 255) = 12.2%

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

R = 42.48%
G = 12.2%
B = 45.33%

CMYK

 C value IS 0.06

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D13CDF (or 0xD13CDF) is known color: Medium Orchid. HEX triplet: D1, 3C and DF. RGB value is (209,60,223). Sum of RGB (Red+Green+Blue) = 209+60+223=492 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.48% from 492); Green value is 60 (23.83% from 255 or 12.20% from 492); Blue value is 223 (87.5% from 255 or 45.33% from 492); Max value from RGB is 223 - color contains mainly: blue. Hex color #D13CDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D13CDF is #2EC320. Grayscale: #7A7A7A. Windows color (decimal): -3064609 or 14630097. OLE color: 14630097.

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

Color convert

RGB 209 60 223 -
CMYK 0.06 0.73 0 0.13
HSL 294.85º 0.72% 0.55% -
HSV(B) 294.85º 0.73% 0.87% -
XYZ 41.23 22.11 71.91 -
YUV 123.13 184.36 189.25 -
System Red Green Blue C M Y K H S L
Decimal 209 60 223 0.06 0.73 0 0.13 294.85 0.72 0.55
Hex D1 3C DF 6 49 0 D 127 48 37
Octal 321 74 337 6 111 0 15 447 110 67
Binary 11010001 111100 11011111 110 1001001 0 1101 100100111 1001000 110111

Color Harmonies of #D13CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13CDF

Black with #D13CDF

Text Example


Text Example

White with #D13CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13CDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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