Html Css Color HEX #D073B9 Orchid

📋 copy color: '#D073B9'

red 208 ◦ green 115 ◦ blue 185

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

Shades of Orchid #D073B9

Tints of Orchid #D073B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 36.42%

R = 40.94%
G = 22.64%
B = 36.42%

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

#D073B9 (or 0xD073B9) is known color: Orchid. HEX triplet: D0, 73 and B9. RGB value is (208,115,185). Sum of RGB (Red+Green+Blue) = 208+115+185=508 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.94% from 508); Green value is 115 (45.31% from 255 or 22.64% from 508); Blue value is 185 (72.66% from 255 or 36.42% from 508); Max value from RGB is 208 - color contains mainly: red. Hex color #D073B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D073B9 is #2F8C46. Grayscale: #969696. Windows color (decimal): -3116103 or 12153808. OLE color: 12153808.

HSL color Cylindrical-coordinate representation of color #D073B9: hue angle of 314.84º 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 #D073B9 is Cyan = 0, Magento = 0.45, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 115 185 -
CMYK 0 0.45 0.11 0.18
HSL 314.84º 0.5% 0.63% -
HSV(B) 314.84º 0.45% 0.82% -
XYZ 40.9 29.17 49.37 -
YUV 150.79 147.31 168.81 -
System Red Green Blue C M Y K H S L
Decimal 208 115 185 0 0.45 0.11 0.18 314.84 0.5 0.63
Hex D0 73 B9 0 2D B 12 13B 32 3F
Octal 320 163 271 0 55 13 22 473 62 77
Binary 11010000 1110011 10111001 0 101101 1011 10010 100111011 110010 111111

Color Harmonies of #D073B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D073B9

Black with #D073B9

Text Example


Text Example

White with #D073B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D073B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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