Html Css Color HEX #D472BF Orchid

📋 copy color: '#D472BF'

red 212 ◦ green 114 ◦ blue 191

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

Shades of Orchid #D472BF

Tints of Orchid #D472BF

RGB

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

 GREEN value IS 114 (44.92% from 255) = 22.05%

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

R = 41.01%
G = 22.05%
B = 36.94%

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

#D472BF (or 0xD472BF) is known color: Orchid. HEX triplet: D4, 72 and BF. RGB value is (212,114,191). Sum of RGB (Red+Green+Blue) = 212+114+191=517 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.01% from 517); Green value is 114 (44.92% from 255 or 22.05% from 517); Blue value is 191 (75% from 255 or 36.94% from 517); Max value from RGB is 212 - color contains mainly: red. Hex color #D472BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D472BF is #2B8D40. Grayscale: #979797. Windows color (decimal): -2854209 or 12546772. OLE color: 12546772.

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

Color convert

RGB 212 114 191 -
CMYK 0 0.46 0.10 0.17
HSL 312.86º 0.53% 0.64% -
HSV(B) 312.86º 0.46% 0.83% -
XYZ 42.57 29.79 52.8 -
YUV 152.08 149.97 170.74 -
System Red Green Blue C M Y K H S L
Decimal 212 114 191 0 0.46 0.10 0.17 312.86 0.53 0.64
Hex D4 72 BF 0 2E A 11 139 35 40
Octal 324 162 277 0 56 12 21 471 65 100
Binary 11010100 1110010 10111111 0 101110 1010 10001 100111001 110101 1000000

Color Harmonies of #D472BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D472BF

Black with #D472BF

Text Example


Text Example

White with #D472BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D472BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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