#D674C9

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

Shades of Orchid #D674C9

Tints of Orchid #D674C9

Color information

#D674C9 (or 0xD674C9) is unknown color: approx Orchid. HEX triplet: D6, 74 and C9. RGB value is (214,116,201). Sum of RGB (Red+Green+Blue) = 214+116+201=531 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.30% from 531); Green value is 116 (45.70% from 255 or 21.85% from 531); Blue value is 201 (78.91% from 255 or 37.85% from 531); Max value from RGB is 214 - color contains mainly: red. Hex color #D674C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D674C9 is #298B36. Grayscale: #9A9A9A. Windows color (decimal): -2722615 or 13202646. OLE color: 13202646.

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

Color convert

RGB214116201-
CMYK00.460.060.16
HSL307.96º54.44%64.71%-
HSV(B)307.96º45.79%83.92%-
XYZ44.523158.9-
YUV154.99153.97170.09-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.30%
GREEN value IS 116 (45.70% from 255) = 21.85%
BLUE value IS 201 (78.91% from 255) = 37.85%
R=40.30%
G=21.85%
B=37.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21411620100.460.060.16307.9654.4464.71
HexD674C902E6101343641
Octal32616431105662046466101
Binary110101101110100110010010101110110100001001101001101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D674C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D674C9; }

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

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

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

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

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

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

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

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