Html Css Color HEX #D473BA Orchid

📋 copy color: '#D473BA'

red 212 ◦ green 115 ◦ blue 186

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

Shades of Orchid #D473BA

Tints of Orchid #D473BA

RGB

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

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

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

R = 41.33%
G = 22.42%
B = 36.26%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.12

 K value IS 0.17

RGB Variations

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

Color information

#D473BA (or 0xD473BA) is known color: Orchid. HEX triplet: D4, 73 and BA. RGB value is (212,115,186). Sum of RGB (Red+Green+Blue) = 212+115+186=513 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.33% from 513); Green value is 115 (45.31% from 255 or 22.42% from 513); Blue value is 186 (73.05% from 255 or 36.26% from 513); Max value from RGB is 212 - color contains mainly: red. Hex color #D473BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D473BA is #2B8C45. Grayscale: #979797. Windows color (decimal): -2853958 or 12219348. OLE color: 12219348.

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

Color convert

RGB 212 115 186 -
CMYK 0 0.46 0.12 0.17
HSL 316.08º 0.53% 0.64% -
HSV(B) 316.08º 0.46% 0.83% -
XYZ 42.15 29.8 49.99 -
YUV 152.1 147.14 170.73 -
System Red Green Blue C M Y K H S L
Decimal 212 115 186 0 0.46 0.12 0.17 316.08 0.53 0.64
Hex D4 73 BA 0 2E C 11 13C 35 40
Octal 324 163 272 0 56 14 21 474 65 100
Binary 11010100 1110011 10111010 0 101110 1100 10001 100111100 110101 1000000

Color Harmonies of #D473BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D473BA

Black with #D473BA

Text Example


Text Example

White with #D473BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D473BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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