#D67BC6

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

Shades of Orchid #D67BC6

Tints of Orchid #D67BC6

Color information

#D67BC6 (or 0xD67BC6) is unknown color: approx Orchid. HEX triplet: D6, 7B and C6. RGB value is (214,123,198). Sum of RGB (Red+Green+Blue) = 214+123+198=535 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40% from 535); Green value is 123 (48.44% from 255 or 22.99% from 535); Blue value is 198 (77.73% from 255 or 37.01% from 535); Max value from RGB is 214 - color contains mainly: red. Hex color #D67BC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D67BC6 is #298439. Grayscale: #9E9E9E. Windows color (decimal): -2720826 or 13007830. OLE color: 13007830.

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

Color convert

RGB214123198-
CMYK00.430.070.16
HSL310.55º52.6%66.08%-
HSV(B)310.55º42.52%83.92%-
XYZ45.0132.5457.33-
YUV158.76150.15167.4-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40%
GREEN value IS 123 (48.44% from 255) = 22.99%
BLUE value IS 198 (77.73% from 255) = 37.01%
R=40%
G=22.99%
B=37.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.07
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21412319800.430.070.16310.5552.666.08
HexD67BC602B7101373542
Octal32617330605372046765102
Binary110101101111011110001100101011111100001001101111101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D67BC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D67BC6; }

 p { color: rgb(214,123,198); }

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

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

 a { background-color: rgb(214,123,198); }

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

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

 span { border-color: rgb(214,123,198); }

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