Html Css Color HEX #D671B7 Orchid

📋 copy color: '#D671B7'

red 214 ◦ green 113 ◦ blue 183

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

Shades of Orchid #D671B7

Tints of Orchid #D671B7

RGB

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

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

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

R = 41.96%
G = 22.16%
B = 35.88%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#D671B7 (or 0xD671B7) is known color: Orchid. HEX triplet: D6, 71 and B7. RGB value is (214,113,183). Sum of RGB (Red+Green+Blue) = 214+113+183=510 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.96% from 510); Green value is 113 (44.53% from 255 or 22.16% from 510); Blue value is 183 (71.88% from 255 or 35.88% from 510); Max value from RGB is 214 - color contains mainly: red. Hex color #D671B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D671B7 is #298E48. Grayscale: #979797. Windows color (decimal): -2723401 or 12022230. OLE color: 12022230.

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

Color convert

RGB 214 113 183 -
CMYK 0 0.47 0.14 0.16
HSL 318.42º 0.55% 0.64% -
HSV(B) 318.42º 0.47% 0.84% -
XYZ 42.18 29.53 48.28 -
YUV 151.18 145.96 172.81 -
System Red Green Blue C M Y K H S L
Decimal 214 113 183 0 0.47 0.14 0.16 318.42 0.55 0.64
Hex D6 71 B7 0 2F E 10 13E 37 40
Octal 326 161 267 0 57 16 20 476 67 100
Binary 11010110 1110001 10110111 0 101111 1110 10000 100111110 110111 1000000

Color Harmonies of #D671B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D671B7

Black with #D671B7

Text Example


Text Example

White with #D671B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D671B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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