#D670BA

Color #D670BA Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #D670BA

Tints of Orchid #D670BA

Color information

#D670BA (or 0xD670BA) is unknown color: approx Orchid. HEX triplet: D6, 70 and BA. RGB value is (214,112,186). Sum of RGB (Red+Green+Blue) = 214+112+186=512 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.80% from 512); Green value is 112 (44.14% from 255 or 21.88% from 512); Blue value is 186 (73.05% from 255 or 36.33% from 512); Max value from RGB is 214 - color contains mainly: red. Hex color #D670BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D670BA is #298F45. Grayscale: #969696. Windows color (decimal): -2723654 or 12218582. OLE color: 12218582.

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

Color convert

RGB214112186-
CMYK00.480.130.16
HSL316.47º55.43%63.92%-
HSV(B)316.47º47.66%83.92%-
XYZ42.3929.4349.9-
YUV150.93147.79172.98-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.80%
GREEN value IS 112 (44.14% from 255) = 21.88%
BLUE value IS 186 (73.05% from 255) = 36.33%
R=41.80%
G=21.88%
B=36.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21411218600.480.130.16316.4755.4363.92
HexD670BA030D1013c3740
Octal326160272060152047467100
Binary1101011011100001011101001100001101100001001111001101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D670BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D670BA; }

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

 H1.HeaderClassName
 {
   color: #D670BA;
 }
 .AnyTagClassName
 {
   color: #D670BA;
 }
</style>
background-color css

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

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

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

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

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

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