Html Css Color HEX #D671BE Orchid

📋 copy color: '#D671BE'

red 214 ◦ green 113 ◦ blue 190

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

Shades of Orchid #D671BE

Tints of Orchid #D671BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 36.75%

R = 41.39%
G = 21.86%
B = 36.75%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.11

 K value IS 0.16

RGB Variations

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

Color information

#D671BE (or 0xD671BE) is known color: Orchid. HEX triplet: D6, 71 and BE. RGB value is (214,113,190). Sum of RGB (Red+Green+Blue) = 214+113+190=517 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.39% from 517); Green value is 113 (44.53% from 255 or 21.86% from 517); Blue value is 190 (74.61% from 255 or 36.75% from 517); Max value from RGB is 214 - color contains mainly: red. Hex color #D671BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D671BE is #298E41. Grayscale: #979797. Windows color (decimal): -2723394 or 12480982. OLE color: 12480982.

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

Color convert

RGB 214 113 190 -
CMYK 0 0.47 0.11 0.16
HSL 314.26º 0.55% 0.64% -
HSV(B) 314.26º 0.47% 0.84% -
XYZ 42.93 29.82 52.21 -
YUV 151.98 149.46 172.24 -
System Red Green Blue C M Y K H S L
Decimal 214 113 190 0 0.47 0.11 0.16 314.26 0.55 0.64
Hex D6 71 BE 0 2F B 10 13A 37 40
Octal 326 161 276 0 57 13 20 472 67 100
Binary 11010110 1110001 10111110 0 101111 1011 10000 100111010 110111 1000000

Color Harmonies of #D671BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D671BE

Black with #D671BE

Text Example


Text Example

White with #D671BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D671BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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