Html Css Color HEX #D13DE8 Medium Orchid

📋 copy color: '#D13DE8'

red 209 ◦ green 61 ◦ blue 232

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

Shades of Medium Orchid #D13DE8

Tints of Medium Orchid #D13DE8

RGB

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

 GREEN value IS 61 (24.22% from 255) = 12.15%

 BLUE value IS 232 (91.02% from 255) = 46.22%

R = 41.63%
G = 12.15%
B = 46.22%

CMYK

 C value IS 0.10

 M value IS 0.74

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D13DE8 (or 0xD13DE8) is known color: Medium Orchid. HEX triplet: D1, 3D and E8. RGB value is (209,61,232). Sum of RGB (Red+Green+Blue) = 209+61+232=502 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.63% from 502); Green value is 61 (24.22% from 255 or 12.15% from 502); Blue value is 232 (91.02% from 255 or 46.22% from 502); Max value from RGB is 232 - color contains mainly: blue. Hex color #D13DE8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D13DE8 is #2EC217. Grayscale: #7C7C7C. Windows color (decimal): -3064344 or 15220177. OLE color: 15220177.

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

Color convert

RGB 209 61 232 -
CMYK 0.10 0.74 0 0.09
HSL 291.93º 0.79% 0.57% -
HSV(B) 291.93º 0.74% 0.91% -
XYZ 42.53 22.72 78.49 -
YUV 124.75 188.53 188.1 -
System Red Green Blue C M Y K H S L
Decimal 209 61 232 0.10 0.74 0 0.09 291.93 0.79 0.57
Hex D1 3D E8 A 4A 0 9 124 4F 39
Octal 321 75 350 12 112 0 11 444 117 71
Binary 11010001 111101 11101000 1010 1001010 0 1001 100100100 1001111 111001

Color Harmonies of #D13DE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13DE8

Black with #D13DE8

Text Example


Text Example

White with #D13DE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13DE8; }

 p { color: rgb(209,61,232); }

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

background-color css

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

 a { background-color: rgb(209,61,232); }

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

border-color css

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

 span { border-color: rgb(209,61,232); }

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