Html Css Color HEX #D045EA Medium Orchid

📋 copy color: '#D045EA'

red 208 ◦ green 69 ◦ blue 234

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

Shades of Medium Orchid #D045EA

Tints of Medium Orchid #D045EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 45.79%

R = 40.7%
G = 13.5%
B = 45.79%

CMYK

 C value IS 0.11

 M value IS 0.71

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D045EA (or 0xD045EA) is known color: Medium Orchid. HEX triplet: D0, 45 and EA. RGB value is (208,69,234). Sum of RGB (Red+Green+Blue) = 208+69+234=511 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.70% from 511); Green value is 69 (27.34% from 255 or 13.50% from 511); Blue value is 234 (91.80% from 255 or 45.79% from 511); Max value from RGB is 234 - color contains mainly: blue. Hex color #D045EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D045EA is #2FBA15. Grayscale: #808080. Windows color (decimal): -3127830 or 15353296. OLE color: 15353296.

HSL color Cylindrical-coordinate representation of color #D045EA: hue angle of 290.55º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D045EA is Cyan = 0.11, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 208 69 234 -
CMYK 0.11 0.71 0 0.08
HSL 290.55º 0.8% 0.59% -
HSV(B) 290.55º 0.71% 0.92% -
XYZ 42.99 23.61 80.13 -
YUV 129.37 187.05 184.08 -
System Red Green Blue C M Y K H S L
Decimal 208 69 234 0.11 0.71 0 0.08 290.55 0.8 0.59
Hex D0 45 EA B 47 0 8 123 50 3B
Octal 320 105 352 13 107 0 10 443 120 73
Binary 11010000 1000101 11101010 1011 1000111 0 1000 100100011 1010000 111011

Color Harmonies of #D045EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D045EA

Black with #D045EA

Text Example


Text Example

White with #D045EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D045EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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