#D674BE

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

Shades of Orchid #D674BE

Tints of Orchid #D674BE

Color information

#D674BE (or 0xD674BE) is unknown color: approx Orchid. HEX triplet: D6, 74 and BE. RGB value is (214,116,190). Sum of RGB (Red+Green+Blue) = 214+116+190=520 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.15% from 520); Green value is 116 (45.70% from 255 or 22.31% from 520); Blue value is 190 (74.61% from 255 or 36.54% from 520); Max value from RGB is 214 - color contains mainly: red. Hex color #D674BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D674BE is #298B41. Grayscale: #999999. Windows color (decimal): -2722626 or 12481750. OLE color: 12481750.

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

Color convert

RGB214116190-
CMYK00.460.110.16
HSL314.69º54.44%64.71%-
HSV(B)314.69º45.79%83.92%-
XYZ43.2730.552.32-
YUV153.74148.47170.98-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.15%
GREEN value IS 116 (45.70% from 255) = 22.31%
BLUE value IS 190 (74.61% from 255) = 36.54%
R=41.15%
G=22.31%
B=36.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21411619000.460.110.16314.6954.4464.71
HexD674BE02EB1013b3641
Octal326164276056132047366101
Binary1101011011101001011111001011101011100001001110111101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D674BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D674BE; }

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

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

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

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

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

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

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

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