Html Css Color HEX #D045F9 Medium Orchid

📋 copy color: '#D045F9'

red 208 ◦ green 69 ◦ blue 249

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

Shades of Medium Orchid #D045F9

Tints of Medium Orchid #D045F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 47.34%

R = 39.54%
G = 13.12%
B = 47.34%

CMYK

 C value IS 0.16

 M value IS 0.72

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D045F9 (or 0xD045F9) is known color: Medium Orchid. HEX triplet: D0, 45 and F9. RGB value is (208,69,249). Sum of RGB (Red+Green+Blue) = 208+69+249=526 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.54% from 526); Green value is 69 (27.34% from 255 or 13.12% from 526); Blue value is 249 (97.66% from 255 or 47.34% from 526); Max value from RGB is 249 - color contains mainly: blue. Hex color #D045F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D045F9 is #2FBA06. Grayscale: #828282. Windows color (decimal): -3127815 or 16336336. OLE color: 16336336.

HSL color Cylindrical-coordinate representation of color #D045F9: hue angle of 286.33º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D045F9 is Cyan = 0.16, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 208 69 249 -
CMYK 0.16 0.72 0 0.02
HSL 286.33º 0.94% 0.62% -
HSV(B) 286.33º 0.72% 0.98% -
XYZ 45.24 24.51 91.97 -
YUV 131.08 194.55 182.86 -
System Red Green Blue C M Y K H S L
Decimal 208 69 249 0.16 0.72 0 0.02 286.33 0.94 0.62
Hex D0 45 F9 10 48 0 2 11E 5E 3E
Octal 320 105 371 20 110 0 2 436 136 76
Binary 11010000 1000101 11111001 10000 1001000 0 10 100011110 1011110 111110

Color Harmonies of #D045F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D045F9

Black with #D045F9

Text Example


Text Example

White with #D045F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D045F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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