Html Css Color HEX #D672BA Orchid

📋 copy color: '#D672BA'

red 214 ◦ green 114 ◦ blue 186

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

Shades of Orchid #D672BA

Tints of Orchid #D672BA

RGB

 RED value IS 214 (83.98% from 255) = 41.63%

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

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

R = 41.63%
G = 22.18%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D672BA (or 0xD672BA) is known color: Orchid. HEX triplet: D6, 72 and BA. RGB value is (214,114,186). Sum of RGB (Red+Green+Blue) = 214+114+186=514 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.63% from 514); Green value is 114 (44.92% from 255 or 22.18% from 514); Blue value is 186 (73.05% from 255 or 36.19% from 514); Max value from RGB is 214 - color contains mainly: red. Hex color #D672BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D672BA is #298D45. Grayscale: #979797. Windows color (decimal): -2723142 or 12219094. OLE color: 12219094.

HSL color Cylindrical-coordinate representation of color #D672BA: hue angle of 316.8º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D672BA is Cyan = 0, Magento = 0.47, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 114 186 -
CMYK 0 0.47 0.13 0.16
HSL 316.8º 0.55% 0.64% -
HSV(B) 316.8º 0.47% 0.84% -
XYZ 42.61 29.88 49.98 -
YUV 152.11 147.13 172.15 -
System Red Green Blue C M Y K H S L
Decimal 214 114 186 0 0.47 0.13 0.16 316.8 0.55 0.64
Hex D6 72 BA 0 2F D 10 13D 37 40
Octal 326 162 272 0 57 15 20 475 67 100
Binary 11010110 1110010 10111010 0 101111 1101 10000 100111101 110111 1000000

Color Harmonies of #D672BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D672BA

Black with #D672BA

Text Example


Text Example

White with #D672BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D672BA; }

 p { color: rgb(214,114,186); }

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

background-color css

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

 a { background-color: rgb(214,114,186); }

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

border-color css

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

 span { border-color: rgb(214,114,186); }

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