#D673D2

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

Shades of Orchid #D673D2

Tints of Orchid #D673D2

Color information

#D673D2 (or 0xD673D2) is unknown color: approx Orchid. HEX triplet: D6, 73 and D2. RGB value is (214,115,210). Sum of RGB (Red+Green+Blue) = 214+115+210=539 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.70% from 539); Green value is 115 (45.31% from 255 or 21.34% from 539); Blue value is 210 (82.42% from 255 or 38.96% from 539); Max value from RGB is 214 - color contains mainly: red. Hex color #D673D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D673D2 is #298C2D. Grayscale: #9B9B9B. Windows color (decimal): -2722862 or 13792214. OLE color: 13792214.

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

Color convert

RGB214115210-
CMYK00.460.020.16
HSL302.42º54.7%64.51%-
HSV(B)302.42º46.26%83.92%-
XYZ45.531.2164.6-
YUV155.43158.8169.78-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.70%
GREEN value IS 115 (45.31% from 255) = 21.34%
BLUE value IS 210 (82.42% from 255) = 38.96%
R=39.70%
G=21.34%
B=38.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.02
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21411521000.460.020.16302.4254.764.51
HexD673D202E21012e3741
Octal32616332205622045667101
Binary11010110111001111010010010111010100001001011101101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D673D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D673D2; }

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

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

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

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

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

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

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

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