Html Css Color HEX #D13CE6 Medium Orchid

📋 copy color: '#D13CE6'

red 209 ◦ green 60 ◦ blue 230

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

Shades of Medium Orchid #D13CE6

Tints of Medium Orchid #D13CE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 46.09%

R = 41.88%
G = 12.02%
B = 46.09%

CMYK

 C value IS 0.09

 M value IS 0.74

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D13CE6 (or 0xD13CE6) is known color: Medium Orchid. HEX triplet: D1, 3C and E6. RGB value is (209,60,230). Sum of RGB (Red+Green+Blue) = 209+60+230=499 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.88% from 499); Green value is 60 (23.83% from 255 or 12.02% from 499); Blue value is 230 (90.23% from 255 or 46.09% from 499); Max value from RGB is 230 - color contains mainly: blue. Hex color #D13CE6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D13CE6 is #2EC319. Grayscale: #7B7B7B. Windows color (decimal): -3064602 or 15088849. OLE color: 15088849.

HSL color Cylindrical-coordinate representation of color #D13CE6: hue angle of 292.59º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D13CE6 is Cyan = 0.09, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 209 60 230 -
CMYK 0.09 0.74 0 0.10
HSL 292.59º 0.77% 0.57% -
HSV(B) 292.59º 0.74% 0.9% -
XYZ 42.19 22.5 76.98 -
YUV 123.93 187.86 188.68 -
System Red Green Blue C M Y K H S L
Decimal 209 60 230 0.09 0.74 0 0.10 292.59 0.77 0.57
Hex D1 3C E6 9 4A 0 A 125 4D 39
Octal 321 74 346 11 112 0 12 445 115 71
Binary 11010001 111100 11100110 1001 1001010 0 1010 100100101 1001101 111001

Color Harmonies of #D13CE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13CE6

Black with #D13CE6

Text Example


Text Example

White with #D13CE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13CE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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