Html Css Color HEX #D13CEC Medium Orchid

📋 copy color: '#D13CEC'

red 209 ◦ green 60 ◦ blue 236

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

Shades of Medium Orchid #D13CEC

Tints of Medium Orchid #D13CEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 46.73%

R = 41.39%
G = 11.88%
B = 46.73%

CMYK

 C value IS 0.11

 M value IS 0.75

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D13CEC (or 0xD13CEC) is known color: Medium Orchid. HEX triplet: D1, 3C and EC. RGB value is (209,60,236). Sum of RGB (Red+Green+Blue) = 209+60+236=505 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.39% from 505); Green value is 60 (23.83% from 255 or 11.88% from 505); Blue value is 236 (92.58% from 255 or 46.73% from 505); Max value from RGB is 236 - color contains mainly: blue. Hex color #D13CEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D13CEC is #2EC313. Grayscale: #7C7C7C. Windows color (decimal): -3064596 or 15482065. OLE color: 15482065.

HSL color Cylindrical-coordinate representation of color #D13CEC: hue angle of 290.8º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D13CEC is Cyan = 0.11, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 209 60 236 -
CMYK 0.11 0.75 0 0.07
HSL 290.8º 0.82% 0.58% -
HSV(B) 290.8º 0.75% 0.93% -
XYZ 43.05 22.84 81.5 -
YUV 124.62 190.86 188.19 -
System Red Green Blue C M Y K H S L
Decimal 209 60 236 0.11 0.75 0 0.07 290.8 0.82 0.58
Hex D1 3C EC B 4B 0 7 123 52 3A
Octal 321 74 354 13 113 0 7 443 122 72
Binary 11010001 111100 11101100 1011 1001011 0 111 100100011 1010010 111010

Color Harmonies of #D13CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13CEC

Black with #D13CEC

Text Example


Text Example

White with #D13CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13CEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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