Html Css Color HEX #D073BC Orchid

📋 copy color: '#D073BC'

red 208 ◦ green 115 ◦ blue 188

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

Shades of Orchid #D073BC

Tints of Orchid #D073BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 36.79%

R = 40.7%
G = 22.5%
B = 36.79%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#D073BC (or 0xD073BC) is known color: Orchid. HEX triplet: D0, 73 and BC. RGB value is (208,115,188). Sum of RGB (Red+Green+Blue) = 208+115+188=511 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.70% from 511); Green value is 115 (45.31% from 255 or 22.50% from 511); Blue value is 188 (73.83% from 255 or 36.79% from 511); Max value from RGB is 208 - color contains mainly: red. Hex color #D073BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D073BC is #2F8C43. Grayscale: #969696. Windows color (decimal): -3116100 or 12350416. OLE color: 12350416.

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

Color convert

RGB 208 115 188 -
CMYK 0 0.45 0.10 0.18
HSL 312.9º 0.5% 0.63% -
HSV(B) 312.9º 0.45% 0.82% -
XYZ 41.22 29.3 51.06 -
YUV 151.13 148.81 168.56 -
System Red Green Blue C M Y K H S L
Decimal 208 115 188 0 0.45 0.10 0.18 312.9 0.5 0.63
Hex D0 73 BC 0 2D A 12 139 32 3F
Octal 320 163 274 0 55 12 22 471 62 77
Binary 11010000 1110011 10111100 0 101101 1010 10010 100111001 110010 111111

Color Harmonies of #D073BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D073BC

Black with #D073BC

Text Example


Text Example

White with #D073BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D073BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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