Html Css Color HEX #D045E0 Medium Orchid

📋 copy color: '#D045E0'

red 208 ◦ green 69 ◦ blue 224

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

Shades of Medium Orchid #D045E0

Tints of Medium Orchid #D045E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 44.71%

R = 41.52%
G = 13.77%
B = 44.71%

CMYK

 C value IS 0.07

 M value IS 0.69

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D045E0 (or 0xD045E0) is known color: Medium Orchid. HEX triplet: D0, 45 and E0. RGB value is (208,69,224). Sum of RGB (Red+Green+Blue) = 208+69+224=501 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.52% from 501); Green value is 69 (27.34% from 255 or 13.77% from 501); Blue value is 224 (87.89% from 255 or 44.71% from 501); Max value from RGB is 224 - color contains mainly: blue. Hex color #D045E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D045E0 is #2FBA1F. Grayscale: #7F7F7F. Windows color (decimal): -3127840 or 14697936. OLE color: 14697936.

HSL color Cylindrical-coordinate representation of color #D045E0: hue angle of 293.81º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D045E0 is Cyan = 0.07, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 208 69 224 -
CMYK 0.07 0.69 0 0.12
HSL 293.81º 0.71% 0.57% -
HSV(B) 293.81º 0.69% 0.88% -
XYZ 41.6 23.05 72.78 -
YUV 128.23 182.05 184.9 -
System Red Green Blue C M Y K H S L
Decimal 208 69 224 0.07 0.69 0 0.12 293.81 0.71 0.57
Hex D0 45 E0 7 45 0 C 126 47 39
Octal 320 105 340 7 105 0 14 446 107 71
Binary 11010000 1000101 11100000 111 1000101 0 1100 100100110 1000111 111001

Color Harmonies of #D045E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D045E0

Black with #D045E0

Text Example


Text Example

White with #D045E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D045E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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