Html Css Color HEX #D045E4 Medium Orchid

📋 copy color: '#D045E4'

red 208 ◦ green 69 ◦ blue 228

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

Shades of Medium Orchid #D045E4

Tints of Medium Orchid #D045E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 45.15%

R = 41.19%
G = 13.66%
B = 45.15%

CMYK

 C value IS 0.09

 M value IS 0.70

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D045E4 (or 0xD045E4) is known color: Medium Orchid. HEX triplet: D0, 45 and E4. RGB value is (208,69,228). Sum of RGB (Red+Green+Blue) = 208+69+228=505 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.19% from 505); Green value is 69 (27.34% from 255 or 13.66% from 505); Blue value is 228 (89.45% from 255 or 45.15% from 505); Max value from RGB is 228 - color contains mainly: blue. Hex color #D045E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D045E4 is #2FBA1B. Grayscale: #808080. Windows color (decimal): -3127836 or 14960080. OLE color: 14960080.

HSL color Cylindrical-coordinate representation of color #D045E4: hue angle of 292.45º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D045E4 is Cyan = 0.09, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 208 69 228 -
CMYK 0.09 0.70 0 0.11
HSL 292.45º 0.75% 0.58% -
HSV(B) 292.45º 0.7% 0.89% -
XYZ 42.14 23.27 75.67 -
YUV 128.69 184.05 184.57 -
System Red Green Blue C M Y K H S L
Decimal 208 69 228 0.09 0.70 0 0.11 292.45 0.75 0.58
Hex D0 45 E4 9 46 0 B 124 4B 3A
Octal 320 105 344 11 106 0 13 444 113 72
Binary 11010000 1000101 11100100 1001 1000110 0 1011 100100100 1001011 111010

Color Harmonies of #D045E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D045E4

Black with #D045E4

Text Example


Text Example

White with #D045E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D045E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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