Html Css Color HEX #D671BA Orchid

📋 copy color: '#D671BA'

red 214 ◦ green 113 ◦ blue 186

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

Shades of Orchid #D671BA

Tints of Orchid #D671BA

RGB

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

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

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

R = 41.72%
G = 22.03%
B = 36.26%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D671BA (or 0xD671BA) is known color: Orchid. HEX triplet: D6, 71 and BA. RGB value is (214,113,186). Sum of RGB (Red+Green+Blue) = 214+113+186=513 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.72% from 513); Green value is 113 (44.53% from 255 or 22.03% from 513); Blue value is 186 (73.05% from 255 or 36.26% from 513); Max value from RGB is 214 - color contains mainly: red. Hex color #D671BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D671BA is #298E45. Grayscale: #979797. Windows color (decimal): -2723398 or 12218838. OLE color: 12218838.

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

Color convert

RGB 214 113 186 -
CMYK 0 0.47 0.13 0.16
HSL 316.63º 0.55% 0.64% -
HSV(B) 316.63º 0.47% 0.84% -
XYZ 42.5 29.65 49.94 -
YUV 151.52 147.46 172.56 -
System Red Green Blue C M Y K H S L
Decimal 214 113 186 0 0.47 0.13 0.16 316.63 0.55 0.64
Hex D6 71 BA 0 2F D 10 13D 37 40
Octal 326 161 272 0 57 15 20 475 67 100
Binary 11010110 1110001 10111010 0 101111 1101 10000 100111101 110111 1000000

Color Harmonies of #D671BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D671BA

Black with #D671BA

Text Example


Text Example

White with #D671BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D671BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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