Html Css Color HEX #D12CE5 Medium Orchid

📋 copy color: '#D12CE5'

red 209 ◦ green 44 ◦ blue 229

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

Shades of Medium Orchid #D12CE5

Tints of Medium Orchid #D12CE5

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.13%

 BLUE value IS 229 (89.84% from 255) = 47.51%

R = 43.36%
G = 9.13%
B = 47.51%

CMYK

 C value IS 0.09

 M value IS 0.81

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D12CE5 (or 0xD12CE5) is known color: Medium Orchid. HEX triplet: D1, 2C and E5. RGB value is (209,44,229). Sum of RGB (Red+Green+Blue) = 209+44+229=482 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.36% from 482); Green value is 44 (17.58% from 255 or 9.13% from 482); Blue value is 229 (89.84% from 255 or 47.51% from 482); Max value from RGB is 229 - color contains mainly: blue. Hex color #D12CE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D12CE5 is #2ED31A. Grayscale: #717171. Windows color (decimal): -3068699 or 15019217. OLE color: 15019217.

HSL color Cylindrical-coordinate representation of color #D12CE5: hue angle of 293.51º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D12CE5 is Cyan = 0.09, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 209 44 229 -
CMYK 0.09 0.81 0 0.10
HSL 293.51º 0.78% 0.54% -
HSV(B) 293.51º 0.81% 0.9% -
XYZ 41.34 21.01 76.01 -
YUV 114.43 192.66 195.46 -
System Red Green Blue C M Y K H S L
Decimal 209 44 229 0.09 0.81 0 0.10 293.51 0.78 0.54
Hex D1 2C E5 9 51 0 A 126 4E 36
Octal 321 54 345 11 121 0 12 446 116 66
Binary 11010001 101100 11100101 1001 1010001 0 1010 100100110 1001110 110110

Color Harmonies of #D12CE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12CE5

Black with #D12CE5

Text Example


Text Example

White with #D12CE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12CE5; }

 p { color: rgb(209,44,229); }

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

background-color css

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

 a { background-color: rgb(209,44,229); }

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

border-color css

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

 span { border-color: rgb(209,44,229); }

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