Html Css Color HEX #D672BC Orchid

📋 copy color: '#D672BC'

red 214 ◦ green 114 ◦ blue 188

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

Shades of Orchid #D672BC

Tints of Orchid #D672BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 36.43%

R = 41.47%
G = 22.09%
B = 36.43%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#D672BC (or 0xD672BC) is known color: Orchid. HEX triplet: D6, 72 and BC. RGB value is (214,114,188). Sum of RGB (Red+Green+Blue) = 214+114+188=516 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.47% from 516); Green value is 114 (44.92% from 255 or 22.09% from 516); Blue value is 188 (73.83% from 255 or 36.43% from 516); Max value from RGB is 214 - color contains mainly: red. Hex color #D672BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D672BC is #298D43. Grayscale: #989898. Windows color (decimal): -2723140 or 12350166. OLE color: 12350166.

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

Color convert

RGB 214 114 188 -
CMYK 0 0.47 0.12 0.16
HSL 315.6º 0.55% 0.64% -
HSV(B) 315.6º 0.47% 0.84% -
XYZ 42.83 29.96 51.1 -
YUV 152.34 148.13 171.98 -
System Red Green Blue C M Y K H S L
Decimal 214 114 188 0 0.47 0.12 0.16 315.6 0.55 0.64
Hex D6 72 BC 0 2F C 10 13C 37 40
Octal 326 162 274 0 57 14 20 474 67 100
Binary 11010110 1110010 10111100 0 101111 1100 10000 100111100 110111 1000000

Color Harmonies of #D672BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D672BC

Black with #D672BC

Text Example


Text Example

White with #D672BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D672BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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