#D674C0

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

Shades of Orchid #D674C0

Tints of Orchid #D674C0

Color information

#D674C0 (or 0xD674C0) is unknown color: approx Orchid. HEX triplet: D6, 74 and C0. RGB value is (214,116,192). Sum of RGB (Red+Green+Blue) = 214+116+192=522 (69% of max value = 765). Red value is 214 (83.98% from 255 or 41.00% from 522); Green value is 116 (45.70% from 255 or 22.22% from 522); Blue value is 192 (75.39% from 255 or 36.78% from 522); Max value from RGB is 214 - color contains mainly: red. Hex color #D674C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D674C0 is #298B3F. Grayscale: #999999. Windows color (decimal): -2722624 or 12612822. OLE color: 12612822.

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

Color convert

RGB214116192-
CMYK00.460.100.16
HSL313.47º54.44%64.71%-
HSV(B)313.47º45.79%83.92%-
XYZ43.4930.5953.48-
YUV153.97149.47170.82-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.00%
GREEN value IS 116 (45.70% from 255) = 22.22%
BLUE value IS 192 (75.39% from 255) = 36.78%
R=41.00%
G=22.22%
B=36.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.10
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21411619200.460.100.16313.4754.4464.71
HexD674C002EA101393641
Octal326164300056122047166101
Binary1101011011101001100000001011101010100001001110011101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D674C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D674C0; }

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

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

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

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

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

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

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

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