Html Css Color HEX #D673BC Orchid

📋 copy color: '#D673BC'

red 214 ◦ green 115 ◦ blue 188

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

Shades of Orchid #D673BC

Tints of Orchid #D673BC

RGB

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

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

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

R = 41.39%
G = 22.24%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#D673BC (or 0xD673BC) is known color: Orchid. HEX triplet: D6, 73 and BC. RGB value is (214,115,188). Sum of RGB (Red+Green+Blue) = 214+115+188=517 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.39% from 517); Green value is 115 (45.31% from 255 or 22.24% from 517); Blue value is 188 (73.83% from 255 or 36.36% from 517); Max value from RGB is 214 - color contains mainly: red. Hex color #D673BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D673BC is #298C43. Grayscale: #989898. Windows color (decimal): -2722884 or 12350422. OLE color: 12350422.

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

Color convert

RGB 214 115 188 -
CMYK 0 0.46 0.12 0.16
HSL 315.76º 0.55% 0.65% -
HSV(B) 315.76º 0.46% 0.84% -
XYZ 42.94 30.19 51.14 -
YUV 152.92 147.8 171.56 -
System Red Green Blue C M Y K H S L
Decimal 214 115 188 0 0.46 0.12 0.16 315.76 0.55 0.65
Hex D6 73 BC 0 2E C 10 13C 37 41
Octal 326 163 274 0 56 14 20 474 67 101
Binary 11010110 1110011 10111100 0 101110 1100 10000 100111100 110111 1000001

Color Harmonies of #D673BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D673BC

Black with #D673BC

Text Example


Text Example

White with #D673BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D673BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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