Html Css Color HEX #D045D7 Medium Orchid

📋 copy color: '#D045D7'

red 208 ◦ green 69 ◦ blue 215

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

Shades of Medium Orchid #D045D7

Tints of Medium Orchid #D045D7

RGB

 RED value IS 208 (81.64% from 255) = 42.28%

 GREEN value IS 69 (27.34% from 255) = 14.02%

 BLUE value IS 215 (84.38% from 255) = 43.7%

R = 42.28%
G = 14.02%
B = 43.7%

CMYK

 C value IS 0.03

 M value IS 0.68

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D045D7 (or 0xD045D7) is known color: Medium Orchid. HEX triplet: D0, 45 and D7. RGB value is (208,69,215). Sum of RGB (Red+Green+Blue) = 208+69+215=492 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.28% from 492); Green value is 69 (27.34% from 255 or 14.02% from 492); Blue value is 215 (84.38% from 255 or 43.70% from 492); Max value from RGB is 215 - color contains mainly: blue. Hex color #D045D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D045D7 is #2FBA28. Grayscale: #7E7E7E. Windows color (decimal): -3127849 or 14108112. OLE color: 14108112.

HSL color Cylindrical-coordinate representation of color #D045D7: hue angle of 297.12º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D045D7 is Cyan = 0.03, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 208 69 215 -
CMYK 0.03 0.68 0 0.16
HSL 297.12º 0.65% 0.56% -
HSV(B) 297.12º 0.68% 0.84% -
XYZ 40.41 22.57 66.52 -
YUV 127.21 177.55 185.63 -
System Red Green Blue C M Y K H S L
Decimal 208 69 215 0.03 0.68 0 0.16 297.12 0.65 0.56
Hex D0 45 D7 3 44 0 10 129 41 38
Octal 320 105 327 3 104 0 20 451 101 70
Binary 11010000 1000101 11010111 11 1000100 0 10000 100101001 1000001 111000

Color Harmonies of #D045D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D045D7

Black with #D045D7

Text Example


Text Example

White with #D045D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D045D7; }

 p { color: rgb(208,69,215); }

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

background-color css

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

 a { background-color: rgb(208,69,215); }

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

border-color css

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

 span { border-color: rgb(208,69,215); }

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