#D673DB

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

Shades of Orchid #D673DB

Tints of Orchid #D673DB

Color information

#D673DB (or 0xD673DB) is unknown color: approx Orchid. HEX triplet: D6, 73 and DB. RGB value is (214,115,219). Sum of RGB (Red+Green+Blue) = 214+115+219=548 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.05% from 548); Green value is 115 (45.31% from 255 or 20.99% from 548); Blue value is 219 (85.94% from 255 or 39.96% from 548); Max value from RGB is 219 - color contains mainly: blue. Hex color #D673DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D673DB is #298C24. Grayscale: #9C9C9C. Windows color (decimal): -2722853 or 14382038. OLE color: 14382038.

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

Color convert

RGB214115219-
CMYK0.020.4700.14
HSL297.12º59.09%65.49%-
HSV(B)297.12º47.49%85.88%-
XYZ46.6531.6770.67-
YUV156.46163.3169.04-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.05%
GREEN value IS 115 (45.31% from 255) = 20.99%
BLUE value IS 219 (85.94% from 255) = 39.96%
R=39.05%
G=20.99%
B=39.96%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2141152190.020.4700.14297.1259.0965.49
HexD673DB22F0E1293b41
Octal32616333325701645173101
Binary1101011011100111101101110101111011101001010011110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D673DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D673DB; }

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

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

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

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

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

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

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

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