Html Css Color HEX #D13CEA Medium Orchid

📋 copy color: '#D13CEA'

red 209 ◦ green 60 ◦ blue 234

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

Shades of Medium Orchid #D13CEA

Tints of Medium Orchid #D13CEA

RGB

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

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

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

R = 41.55%
G = 11.93%
B = 46.52%

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

#D13CEA (or 0xD13CEA) is known color: Medium Orchid. HEX triplet: D1, 3C and EA. RGB value is (209,60,234). Sum of RGB (Red+Green+Blue) = 209+60+234=503 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.55% from 503); Green value is 60 (23.83% from 255 or 11.93% from 503); Blue value is 234 (91.80% from 255 or 46.52% from 503); Max value from RGB is 234 - color contains mainly: blue. Hex color #D13CEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D13CEA is #2EC315. Grayscale: #7B7B7B. Windows color (decimal): -3064598 or 15350993. OLE color: 15350993.

HSL color Cylindrical-coordinate representation of color #D13CEA: hue angle of 291.38º degrees, saturation: 0.81, 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 #D13CEA is Cyan = 0.11, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 209 60 234 -
CMYK 0.11 0.74 0 0.08
HSL 291.38º 0.81% 0.58% -
HSV(B) 291.38º 0.74% 0.92% -
XYZ 42.76 22.73 79.97 -
YUV 124.39 189.86 188.35 -
System Red Green Blue C M Y K H S L
Decimal 209 60 234 0.11 0.74 0 0.08 291.38 0.81 0.58
Hex D1 3C EA B 4A 0 8 123 51 3A
Octal 321 74 352 13 112 0 10 443 121 72
Binary 11010001 111100 11101010 1011 1001010 0 1000 100100011 1010001 111010

Color Harmonies of #D13CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13CEA

Black with #D13CEA

Text Example


Text Example

White with #D13CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13CEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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