Html Css Color HEX #D473B9 Orchid

📋 copy color: '#D473B9'

red 212 ◦ green 115 ◦ blue 185

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

Shades of Orchid #D473B9

Tints of Orchid #D473B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 36.13%

R = 41.41%
G = 22.46%
B = 36.13%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.13

 K value IS 0.17

RGB Variations

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

Color information

#D473B9 (or 0xD473B9) is known color: Orchid. HEX triplet: D4, 73 and B9. RGB value is (212,115,185). Sum of RGB (Red+Green+Blue) = 212+115+185=512 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.41% from 512); Green value is 115 (45.31% from 255 or 22.46% from 512); Blue value is 185 (72.66% from 255 or 36.13% from 512); Max value from RGB is 212 - color contains mainly: red. Hex color #D473B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D473B9 is #2B8C46. Grayscale: #979797. Windows color (decimal): -2853959 or 12153812. OLE color: 12153812.

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

Color convert

RGB 212 115 185 -
CMYK 0 0.46 0.13 0.17
HSL 316.7º 0.53% 0.64% -
HSV(B) 316.7º 0.46% 0.83% -
XYZ 42.04 29.76 49.43 -
YUV 151.98 146.64 170.81 -
System Red Green Blue C M Y K H S L
Decimal 212 115 185 0 0.46 0.13 0.17 316.7 0.53 0.64
Hex D4 73 B9 0 2E D 11 13D 35 40
Octal 324 163 271 0 56 15 21 475 65 100
Binary 11010100 1110011 10111001 0 101110 1101 10001 100111101 110101 1000000

Color Harmonies of #D473B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D473B9

Black with #D473B9

Text Example


Text Example

White with #D473B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D473B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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