Html Css Color HEX #D073B7 Orchid

📋 copy color: '#D073B7'

red 208 ◦ green 115 ◦ blue 183

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

Shades of Orchid #D073B7

Tints of Orchid #D073B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 36.17%

R = 41.11%
G = 22.73%
B = 36.17%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.12

 K value IS 0.18

RGB Variations

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

Color information

#D073B7 (or 0xD073B7) is known color: Orchid. HEX triplet: D0, 73 and B7. RGB value is (208,115,183). Sum of RGB (Red+Green+Blue) = 208+115+183=506 (67% of max value = 765). Red value is 208 (81.64% from 255 or 41.11% from 506); Green value is 115 (45.31% from 255 or 22.73% from 506); Blue value is 183 (71.88% from 255 or 36.17% from 506); Max value from RGB is 208 - color contains mainly: red. Hex color #D073B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D073B7 is #2F8C48. Grayscale: #969696. Windows color (decimal): -3116105 or 12022736. OLE color: 12022736.

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

Color convert

RGB 208 115 183 -
CMYK 0 0.45 0.12 0.18
HSL 316.13º 0.5% 0.63% -
HSV(B) 316.13º 0.45% 0.82% -
XYZ 40.69 29.09 48.27 -
YUV 150.56 146.31 168.97 -
System Red Green Blue C M Y K H S L
Decimal 208 115 183 0 0.45 0.12 0.18 316.13 0.5 0.63
Hex D0 73 B7 0 2D C 12 13C 32 3F
Octal 320 163 267 0 55 14 22 474 62 77
Binary 11010000 1110011 10110111 0 101101 1100 10010 100111100 110010 111111

Color Harmonies of #D073B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D073B7

Black with #D073B7

Text Example


Text Example

White with #D073B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D073B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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