#D67AC1

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

Shades of Orchid #D67AC1

Tints of Orchid #D67AC1

Color information

#D67AC1 (or 0xD67AC1) is unknown color: approx Orchid. HEX triplet: D6, 7A and C1. RGB value is (214,122,193). Sum of RGB (Red+Green+Blue) = 214+122+193=529 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.45% from 529); Green value is 122 (48.05% from 255 or 23.06% from 529); Blue value is 193 (75.78% from 255 or 36.48% from 529); Max value from RGB is 214 - color contains mainly: red. Hex color #D67AC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D67AC1 is #29853E. Grayscale: #9D9D9D. Windows color (decimal): -2721087 or 12679894. OLE color: 12679894.

HSL color Cylindrical-coordinate representation of color #D67AC1: hue angle of 313.7º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D67AC1 is Cyan = 0, Magento = 0.43, Yellow = 0.10 and Black (K on CMYK) = 0.16.

Color convert

RGB214122193-
CMYK00.430.100.16
HSL313.7º52.87%65.88%-
HSV(B)313.7º42.99%83.92%-
XYZ44.3232.0754.31-
YUV157.6147.98168.23-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.45%
GREEN value IS 122 (48.05% from 255) = 23.06%
BLUE value IS 193 (75.78% from 255) = 36.48%
R=40.45%
G=23.06%
B=36.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.10
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21412219300.430.100.16313.752.8765.88
HexD67AC102BA1013a3542
Octal326172301053122047265102
Binary1101011011110101100000101010111010100001001110101101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D67AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D67AC1; }

 p { color: rgb(214,122,193); }

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

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

 a { background-color: rgb(214,122,193); }

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

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

 span { border-color: rgb(214,122,193); }

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