Html Css Color HEX #D471BF Orchid

📋 copy color: '#D471BF'

red 212 ◦ green 113 ◦ blue 191

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

Shades of Orchid #D471BF

Tints of Orchid #D471BF

RGB

 RED value IS 212 (83.2% from 255) = 41.09%

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

 BLUE value IS 191 (75% from 255) = 37.02%

R = 41.09%
G = 21.9%
B = 37.02%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.10

 K value IS 0.17

RGB Variations

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

Color information

#D471BF (or 0xD471BF) is known color: Orchid. HEX triplet: D4, 71 and BF. RGB value is (212,113,191). Sum of RGB (Red+Green+Blue) = 212+113+191=516 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.09% from 516); Green value is 113 (44.53% from 255 or 21.90% from 516); Blue value is 191 (75% from 255 or 37.02% from 516); Max value from RGB is 212 - color contains mainly: red. Hex color #D471BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D471BF is #2B8E40. Grayscale: #979797. Windows color (decimal): -2854465 or 12546516. OLE color: 12546516.

HSL color Cylindrical-coordinate representation of color #D471BF: hue angle of 312.73º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D471BF is Cyan = 0, Magento = 0.47, Yellow = 0.10 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 113 191 -
CMYK 0 0.47 0.10 0.17
HSL 312.73º 0.54% 0.64% -
HSV(B) 312.73º 0.47% 0.83% -
XYZ 42.46 29.57 52.76 -
YUV 151.49 150.3 171.16 -
System Red Green Blue C M Y K H S L
Decimal 212 113 191 0 0.47 0.10 0.17 312.73 0.54 0.64
Hex D4 71 BF 0 2F A 11 139 36 40
Octal 324 161 277 0 57 12 21 471 66 100
Binary 11010100 1110001 10111111 0 101111 1010 10001 100111001 110110 1000000

Color Harmonies of #D471BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D471BF

Black with #D471BF

Text Example


Text Example

White with #D471BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D471BF; }

 p { color: rgb(212,113,191); }

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

background-color css

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

 a { background-color: rgb(212,113,191); }

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

border-color css

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

 span { border-color: rgb(212,113,191); }

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