Html Css Color HEX #D13CDC Medium Orchid

📋 copy color: '#D13CDC'

red 209 ◦ green 60 ◦ blue 220

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

Shades of Medium Orchid #D13CDC

Tints of Medium Orchid #D13CDC

RGB

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

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

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

R = 42.74%
G = 12.27%
B = 44.99%

CMYK

 C value IS 0.05

 M value IS 0.73

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D13CDC (or 0xD13CDC) is known color: Medium Orchid. HEX triplet: D1, 3C and DC. RGB value is (209,60,220). Sum of RGB (Red+Green+Blue) = 209+60+220=489 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.74% from 489); Green value is 60 (23.83% from 255 or 12.27% from 489); Blue value is 220 (86.33% from 255 or 44.99% from 489); Max value from RGB is 220 - color contains mainly: blue. Hex color #D13CDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D13CDC is #2EC323. Grayscale: #7A7A7A. Windows color (decimal): -3064612 or 14433489. OLE color: 14433489.

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

Color convert

RGB 209 60 220 -
CMYK 0.05 0.73 0 0.14
HSL 295.88º 0.7% 0.55% -
HSV(B) 295.88º 0.73% 0.86% -
XYZ 40.83 21.95 69.8 -
YUV 122.79 182.86 189.49 -
System Red Green Blue C M Y K H S L
Decimal 209 60 220 0.05 0.73 0 0.14 295.88 0.7 0.55
Hex D1 3C DC 5 49 0 E 128 46 37
Octal 321 74 334 5 111 0 16 450 106 67
Binary 11010001 111100 11011100 101 1001001 0 1110 100101000 1000110 110111

Color Harmonies of #D13CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13CDC

Black with #D13CDC

Text Example


Text Example

White with #D13CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13CDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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