Html Css Color HEX #D13CDE Medium Orchid

📋 copy color: '#D13CDE'

red 209 ◦ green 60 ◦ blue 222

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

Shades of Medium Orchid #D13CDE

Tints of Medium Orchid #D13CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 45.21%

R = 42.57%
G = 12.22%
B = 45.21%

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

#D13CDE (or 0xD13CDE) is known color: Medium Orchid. HEX triplet: D1, 3C and DE. RGB value is (209,60,222). Sum of RGB (Red+Green+Blue) = 209+60+222=491 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.57% from 491); Green value is 60 (23.83% from 255 or 12.22% from 491); Blue value is 222 (87.11% from 255 or 45.21% from 491); Max value from RGB is 222 - color contains mainly: blue. Hex color #D13CDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D13CDE is #2EC321. Grayscale: #7A7A7A. Windows color (decimal): -3064610 or 14564561. OLE color: 14564561.

HSL color Cylindrical-coordinate representation of color #D13CDE: hue angle of 295.19º degrees, saturation: 0.71, 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 #D13CDE is Cyan = 0.06, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 209 60 222 -
CMYK 0.06 0.73 0 0.13
HSL 295.19º 0.71% 0.55% -
HSV(B) 295.19º 0.73% 0.87% -
XYZ 41.1 22.06 71.2 -
YUV 123.02 183.86 189.33 -
System Red Green Blue C M Y K H S L
Decimal 209 60 222 0.06 0.73 0 0.13 295.19 0.71 0.55
Hex D1 3C DE 6 49 0 D 127 47 37
Octal 321 74 336 6 111 0 15 447 107 67
Binary 11010001 111100 11011110 110 1001001 0 1101 100100111 1000111 110111

Color Harmonies of #D13CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13CDE

Black with #D13CDE

Text Example


Text Example

White with #D13CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13CDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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