#D670DB

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

Shades of Orchid #D670DB

Tints of Orchid #D670DB

Color information

#D670DB (or 0xD670DB) is unknown color: approx Orchid. HEX triplet: D6, 70 and DB. RGB value is (214,112,219). Sum of RGB (Red+Green+Blue) = 214+112+219=545 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.27% from 545); Green value is 112 (44.14% from 255 or 20.55% from 545); Blue value is 219 (85.94% from 255 or 40.18% from 545); Max value from RGB is 219 - color contains mainly: blue. Hex color #D670DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D670DB is #298F24. Grayscale: #9A9A9A. Windows color (decimal): -2723621 or 14381270. OLE color: 14381270.

HSL color Cylindrical-coordinate representation of color #D670DB: hue angle of 297.2º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D670DB is Cyan = 0.02, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB214112219-
CMYK0.020.4900.14
HSL297.2º59.78%64.9%-
HSV(B)297.2º48.86%85.88%-
XYZ46.313170.56-
YUV154.7164.29170.3-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.27%
GREEN value IS 112 (44.14% from 255) = 20.55%
BLUE value IS 219 (85.94% from 255) = 40.18%
R=39.27%
G=20.55%
B=40.18%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2141122190.020.4900.14297.259.7864.9
HexD670DB2310E1293c41
Octal32616033326101645174101
Binary1101011011100001101101110110001011101001010011111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D670DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D670DB; }

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

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

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

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

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

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

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

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