Html Css Color HEX #D473BF Orchid

📋 copy color: '#D473BF'

red 212 ◦ green 115 ◦ blue 191

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

Shades of Orchid #D473BF

Tints of Orchid #D473BF

RGB

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

 GREEN value IS 115 (45.31% from 255) = 22.2%

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

R = 40.93%
G = 22.2%
B = 36.87%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.10

 K value IS 0.17

RGB Variations

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

Color information

#D473BF (or 0xD473BF) is known color: Orchid. HEX triplet: D4, 73 and BF. RGB value is (212,115,191). Sum of RGB (Red+Green+Blue) = 212+115+191=518 (68% of max value = 765). Red value is 212 (83.20% from 255 or 40.93% from 518); Green value is 115 (45.31% from 255 or 22.20% from 518); Blue value is 191 (75% from 255 or 36.87% from 518); Max value from RGB is 212 - color contains mainly: red. Hex color #D473BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D473BF is #2B8C40. Grayscale: #989898. Windows color (decimal): -2853953 or 12547028. OLE color: 12547028.

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

Color convert

RGB 212 115 191 -
CMYK 0 0.46 0.10 0.17
HSL 312.99º 0.53% 0.64% -
HSV(B) 312.99º 0.46% 0.83% -
XYZ 42.69 30.02 52.83 -
YUV 152.67 149.64 170.32 -
System Red Green Blue C M Y K H S L
Decimal 212 115 191 0 0.46 0.10 0.17 312.99 0.53 0.64
Hex D4 73 BF 0 2E A 11 139 35 40
Octal 324 163 277 0 56 12 21 471 65 100
Binary 11010100 1110011 10111111 0 101110 1010 10001 100111001 110101 1000000

Color Harmonies of #D473BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D473BF

Black with #D473BF

Text Example


Text Example

White with #D473BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D473BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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