Html Css Color HEX #D13DEA Medium Orchid

📋 copy color: '#D13DEA'

red 209 ◦ green 61 ◦ blue 234

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

Shades of Medium Orchid #D13DEA

Tints of Medium Orchid #D13DEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 46.43%

R = 41.47%
G = 12.1%
B = 46.43%

CMYK

 C value IS 0.11

 M value IS 0.74

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D13DEA (or 0xD13DEA) is known color: Medium Orchid. HEX triplet: D1, 3D and EA. RGB value is (209,61,234). Sum of RGB (Red+Green+Blue) = 209+61+234=504 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.47% from 504); Green value is 61 (24.22% from 255 or 12.10% from 504); Blue value is 234 (91.80% from 255 or 46.43% from 504); Max value from RGB is 234 - color contains mainly: blue. Hex color #D13DEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D13DEA is #2EC215. Grayscale: #7C7C7C. Windows color (decimal): -3064342 or 15351249. OLE color: 15351249.

HSL color Cylindrical-coordinate representation of color #D13DEA: hue angle of 291.33º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D13DEA is Cyan = 0.11, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 209 61 234 -
CMYK 0.11 0.74 0 0.08
HSL 291.33º 0.8% 0.58% -
HSV(B) 291.33º 0.74% 0.92% -
XYZ 42.81 22.83 79.99 -
YUV 124.97 189.53 187.93 -
System Red Green Blue C M Y K H S L
Decimal 209 61 234 0.11 0.74 0 0.08 291.33 0.8 0.58
Hex D1 3D EA B 4A 0 8 123 50 3A
Octal 321 75 352 13 112 0 10 443 120 72
Binary 11010001 111101 11101010 1011 1001010 0 1000 100100011 1010000 111010

Color Harmonies of #D13DEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13DEA

Black with #D13DEA

Text Example


Text Example

White with #D13DEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13DEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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