Html Css Color HEX #D673BA Orchid

📋 copy color: '#D673BA'

red 214 ◦ green 115 ◦ blue 186

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

Shades of Orchid #D673BA

Tints of Orchid #D673BA

RGB

 RED value IS 214 (83.98% from 255) = 41.55%

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

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

R = 41.55%
G = 22.33%
B = 36.12%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D673BA (or 0xD673BA) is known color: Orchid. HEX triplet: D6, 73 and BA. RGB value is (214,115,186). Sum of RGB (Red+Green+Blue) = 214+115+186=515 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.55% from 515); Green value is 115 (45.31% from 255 or 22.33% from 515); Blue value is 186 (73.05% from 255 or 36.12% from 515); Max value from RGB is 214 - color contains mainly: red. Hex color #D673BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D673BA is #298C45. Grayscale: #989898. Windows color (decimal): -2722886 or 12219350. OLE color: 12219350.

HSL color Cylindrical-coordinate representation of color #D673BA: hue angle of 316.97º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D673BA is Cyan = 0, Magento = 0.46, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 115 186 -
CMYK 0 0.46 0.13 0.16
HSL 316.97º 0.55% 0.65% -
HSV(B) 316.97º 0.46% 0.84% -
XYZ 42.73 30.1 50.01 -
YUV 152.7 146.8 171.73 -
System Red Green Blue C M Y K H S L
Decimal 214 115 186 0 0.46 0.13 0.16 316.97 0.55 0.65
Hex D6 73 BA 0 2E D 10 13D 37 41
Octal 326 163 272 0 56 15 20 475 67 101
Binary 11010110 1110011 10111010 0 101110 1101 10000 100111101 110111 1000001

Color Harmonies of #D673BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D673BA

Black with #D673BA

Text Example


Text Example

White with #D673BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D673BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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