Html Css Color HEX #D073BA Orchid

📋 copy color: '#D073BA'

red 208 ◦ green 115 ◦ blue 186

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

Shades of Orchid #D073BA

Tints of Orchid #D073BA

RGB

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

 GREEN value IS 115 (45.31% from 255) = 22.59%

 BLUE value IS 186 (73.05% from 255) = 36.54%

R = 40.86%
G = 22.59%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D073BA (or 0xD073BA) is known color: Orchid. HEX triplet: D0, 73 and BA. RGB value is (208,115,186). Sum of RGB (Red+Green+Blue) = 208+115+186=509 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.86% from 509); Green value is 115 (45.31% from 255 or 22.59% from 509); Blue value is 186 (73.05% from 255 or 36.54% from 509); Max value from RGB is 208 - color contains mainly: red. Hex color #D073BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D073BA is #2F8C45. Grayscale: #969696. Windows color (decimal): -3116102 or 12219344. OLE color: 12219344.

HSL color Cylindrical-coordinate representation of color #D073BA: hue angle of 314.19º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D073BA is Cyan = 0, Magento = 0.45, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 115 186 -
CMYK 0 0.45 0.11 0.18
HSL 314.19º 0.5% 0.63% -
HSV(B) 314.19º 0.45% 0.82% -
XYZ 41.01 29.22 49.93 -
YUV 150.9 147.81 168.73 -
System Red Green Blue C M Y K H S L
Decimal 208 115 186 0 0.45 0.11 0.18 314.19 0.5 0.63
Hex D0 73 BA 0 2D B 12 13A 32 3F
Octal 320 163 272 0 55 13 22 472 62 77
Binary 11010000 1110011 10111010 0 101101 1011 10010 100111010 110010 111111

Color Harmonies of #D073BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D073BA

Black with #D073BA

Text Example


Text Example

White with #D073BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D073BA; }

 p { color: rgb(208,115,186); }

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

background-color css

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

 a { background-color: rgb(208,115,186); }

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

border-color css

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

 span { border-color: rgb(208,115,186); }

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