Html Css Color HEX #D045DA Medium Orchid

📋 copy color: '#D045DA'

red 208 ◦ green 69 ◦ blue 218

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

Shades of Medium Orchid #D045DA

Tints of Medium Orchid #D045DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 44.04%

R = 42.02%
G = 13.94%
B = 44.04%

CMYK

 C value IS 0.05

 M value IS 0.68

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D045DA (or 0xD045DA) is known color: Medium Orchid. HEX triplet: D0, 45 and DA. RGB value is (208,69,218). Sum of RGB (Red+Green+Blue) = 208+69+218=495 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.02% from 495); Green value is 69 (27.34% from 255 or 13.94% from 495); Blue value is 218 (85.55% from 255 or 44.04% from 495); Max value from RGB is 218 - color contains mainly: blue. Hex color #D045DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D045DA is #2FBA25. Grayscale: #7F7F7F. Windows color (decimal): -3127846 or 14304720. OLE color: 14304720.

HSL color Cylindrical-coordinate representation of color #D045DA: hue angle of 295.97º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D045DA is Cyan = 0.05, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 208 69 218 -
CMYK 0.05 0.68 0 0.15
HSL 295.97º 0.67% 0.56% -
HSV(B) 295.97º 0.68% 0.85% -
XYZ 40.8 22.73 68.57 -
YUV 127.55 179.05 185.38 -
System Red Green Blue C M Y K H S L
Decimal 208 69 218 0.05 0.68 0 0.15 295.97 0.67 0.56
Hex D0 45 DA 5 44 0 F 128 43 38
Octal 320 105 332 5 104 0 17 450 103 70
Binary 11010000 1000101 11011010 101 1000100 0 1111 100101000 1000011 111000

Color Harmonies of #D045DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D045DA

Black with #D045DA

Text Example


Text Example

White with #D045DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D045DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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