#D674B8

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

Shades of Orchid #D674B8

Tints of Orchid #D674B8

Color information

#D674B8 (or 0xD674B8) is unknown color: approx Orchid. HEX triplet: D6, 74 and B8. RGB value is (214,116,184). Sum of RGB (Red+Green+Blue) = 214+116+184=514 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.63% from 514); Green value is 116 (45.70% from 255 or 22.57% from 514); Blue value is 184 (72.27% from 255 or 35.80% from 514); Max value from RGB is 214 - color contains mainly: red. Hex color #D674B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D674B8 is #298B47. Grayscale: #989898. Windows color (decimal): -2722632 or 12088534. OLE color: 12088534.

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

Color convert

RGB214116184-
CMYK00.460.140.16
HSL318.37º54.44%64.71%-
HSV(B)318.37º45.79%83.92%-
XYZ42.6330.2548.94-
YUV153.05145.47171.47-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.63%
GREEN value IS 116 (45.70% from 255) = 22.57%
BLUE value IS 184 (72.27% from 255) = 35.80%
R=41.63%
G=22.57%
B=35.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.14
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21411618400.460.140.16318.3754.4464.71
HexD674B802EE1013e3641
Octal326164270056162047666101
Binary1101011011101001011100001011101110100001001111101101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D674B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D674B8; }

 p { color: rgb(214,116,184); }

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

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

 a { background-color: rgb(214,116,184); }

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

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

 span { border-color: rgb(214,116,184); }

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