Html Css Color HEX #D12FDD Medium Orchid

📋 copy color: '#D12FDD'

red 209 ◦ green 47 ◦ blue 221

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

Shades of Medium Orchid #D12FDD

Tints of Medium Orchid #D12FDD

RGB

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

 GREEN value IS 47 (18.75% from 255) = 9.85%

 BLUE value IS 221 (86.72% from 255) = 46.33%

R = 43.82%
G = 9.85%
B = 46.33%

CMYK

 C value IS 0.05

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D12FDD (or 0xD12FDD) is known color: Medium Orchid. HEX triplet: D1, 2F and DD. RGB value is (209,47,221). Sum of RGB (Red+Green+Blue) = 209+47+221=477 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.82% from 477); Green value is 47 (18.75% from 255 or 9.85% from 477); Blue value is 221 (86.72% from 255 or 46.33% from 477); Max value from RGB is 221 - color contains mainly: blue. Hex color #D12FDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D12FDD is #2ED022. Grayscale: #727272. Windows color (decimal): -3067939 or 14495697. OLE color: 14495697.

HSL color Cylindrical-coordinate representation of color #D12FDD: hue angle of 295.86º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D12FDD is Cyan = 0.05, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 209 47 221 -
CMYK 0.05 0.79 0 0.13
HSL 295.86º 0.72% 0.53% -
HSV(B) 295.86º 0.79% 0.87% -
XYZ 40.36 20.81 70.3 -
YUV 115.27 187.67 194.85 -
System Red Green Blue C M Y K H S L
Decimal 209 47 221 0.05 0.79 0 0.13 295.86 0.72 0.53
Hex D1 2F DD 5 4F 0 D 128 48 35
Octal 321 57 335 5 117 0 15 450 110 65
Binary 11010001 101111 11011101 101 1001111 0 1101 100101000 1001000 110101

Color Harmonies of #D12FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12FDD

Black with #D12FDD

Text Example


Text Example

White with #D12FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12FDD; }

 p { color: rgb(209,47,221); }

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

background-color css

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

 a { background-color: rgb(209,47,221); }

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

border-color css

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

 span { border-color: rgb(209,47,221); }

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