Html Css Color HEX #D671BC Orchid

📋 copy color: '#D671BC'

red 214 ◦ green 113 ◦ blue 188

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

Shades of Orchid #D671BC

Tints of Orchid #D671BC

RGB

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

 GREEN value IS 113 (44.53% from 255) = 21.94%

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

R = 41.55%
G = 21.94%
B = 36.5%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#D671BC (or 0xD671BC) is known color: Orchid. HEX triplet: D6, 71 and BC. RGB value is (214,113,188). Sum of RGB (Red+Green+Blue) = 214+113+188=515 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.55% from 515); Green value is 113 (44.53% from 255 or 21.94% from 515); Blue value is 188 (73.83% from 255 or 36.50% from 515); Max value from RGB is 214 - color contains mainly: red. Hex color #D671BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D671BC is #298E43. Grayscale: #979797. Windows color (decimal): -2723396 or 12349910. OLE color: 12349910.

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

Color convert

RGB 214 113 188 -
CMYK 0 0.47 0.12 0.16
HSL 315.45º 0.55% 0.64% -
HSV(B) 315.45º 0.47% 0.84% -
XYZ 42.71 29.74 51.07 -
YUV 151.75 148.46 172.4 -
System Red Green Blue C M Y K H S L
Decimal 214 113 188 0 0.47 0.12 0.16 315.45 0.55 0.64
Hex D6 71 BC 0 2F C 10 13B 37 40
Octal 326 161 274 0 57 14 20 473 67 100
Binary 11010110 1110001 10111100 0 101111 1100 10000 100111011 110111 1000000

Color Harmonies of #D671BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D671BC

Black with #D671BC

Text Example


Text Example

White with #D671BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D671BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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