#D673D4

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

Shades of Orchid #D673D4

Tints of Orchid #D673D4

Color information

#D673D4 (or 0xD673D4) is unknown color: approx Orchid. HEX triplet: D6, 73 and D4. RGB value is (214,115,212). Sum of RGB (Red+Green+Blue) = 214+115+212=541 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.56% from 541); Green value is 115 (45.31% from 255 or 21.26% from 541); Blue value is 212 (83.20% from 255 or 39.19% from 541); Max value from RGB is 214 - color contains mainly: red. Hex color #D673D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D673D4 is #298C2B. Grayscale: #9B9B9B. Windows color (decimal): -2722860 or 13923286. OLE color: 13923286.

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

Color convert

RGB214115212-
CMYK00.460.010.16
HSL301.21º54.7%64.51%-
HSV(B)301.21º46.26%83.92%-
XYZ45.7531.3165.92-
YUV155.66159.8169.61-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.56%
GREEN value IS 115 (45.31% from 255) = 21.26%
BLUE value IS 212 (83.20% from 255) = 39.19%
R=39.56%
G=21.26%
B=39.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.01
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21411521200.460.010.16301.2154.764.51
HexD673D402E11012d3741
Octal32616332405612045567101
Binary1101011011100111101010001011101100001001011011101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D673D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D673D4; }

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

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

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

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

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

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

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

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