#D67ACC

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

Shades of Orchid #D67ACC

Tints of Orchid #D67ACC

Color information

#D67ACC (or 0xD67ACC) is unknown color: approx Orchid. HEX triplet: D6, 7A and CC. RGB value is (214,122,204). Sum of RGB (Red+Green+Blue) = 214+122+204=540 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.63% from 540); Green value is 122 (48.05% from 255 or 22.59% from 540); Blue value is 204 (80.08% from 255 or 37.78% from 540); Max value from RGB is 214 - color contains mainly: red. Hex color #D67ACC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D67ACC is #298533. Grayscale: #9E9E9E. Windows color (decimal): -2721076 or 13400790. OLE color: 13400790.

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

Color convert

RGB214122204-
CMYK00.430.050.16
HSL306.52º52.87%65.88%-
HSV(B)306.52º42.99%83.92%-
XYZ45.5932.5761.01-
YUV158.86153.48167.33-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.63%
GREEN value IS 122 (48.05% from 255) = 22.59%
BLUE value IS 204 (80.08% from 255) = 37.78%
R=39.63%
G=22.59%
B=37.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21412220400.430.050.16306.5252.8765.88
HexD67ACC02B5101333542
Octal32617231405352046365102
Binary110101101111010110011000101011101100001001100111101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D67ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D67ACC; }

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

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

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

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

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

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

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

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