#D67AC0

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

Shades of Orchid #D67AC0

Tints of Orchid #D67AC0

Color information

#D67AC0 (or 0xD67AC0) is unknown color: approx Orchid. HEX triplet: D6, 7A and C0. RGB value is (214,122,192). Sum of RGB (Red+Green+Blue) = 214+122+192=528 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.53% from 528); Green value is 122 (48.05% from 255 or 23.11% from 528); Blue value is 192 (75.39% from 255 or 36.36% from 528); Max value from RGB is 214 - color contains mainly: red. Hex color #D67AC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D67AC0 is #29853F. Grayscale: #9D9D9D. Windows color (decimal): -2721088 or 12614358. OLE color: 12614358.

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

Color convert

RGB214122192-
CMYK00.430.100.16
HSL314.35º52.87%65.88%-
HSV(B)314.35º42.99%83.92%-
XYZ44.2132.0253.72-
YUV157.49147.48168.31-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.53%
GREEN value IS 122 (48.05% from 255) = 23.11%
BLUE value IS 192 (75.39% from 255) = 36.36%
R=40.53%
G=23.11%
B=36.36%

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
Decimal21412219200.430.100.16314.3552.8765.88
HexD67AC002BA1013a3542
Octal326172300053122047265102
Binary1101011011110101100000001010111010100001001110101101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D67AC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D67AC0; }

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

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

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

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

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

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

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

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