#D67CC6

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

Shades of Orchid #D67CC6

Tints of Orchid #D67CC6

Color information

#D67CC6 (or 0xD67CC6) is unknown color: approx Orchid. HEX triplet: D6, 7C and C6. RGB value is (214,124,198). Sum of RGB (Red+Green+Blue) = 214+124+198=536 (70% of max value = 765). Red value is 214 (83.98% from 255 or 39.93% from 536); Green value is 124 (48.83% from 255 or 23.13% from 536); Blue value is 198 (77.73% from 255 or 36.94% from 536); Max value from RGB is 214 - color contains mainly: red. Hex color #D67CC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D67CC6 is #298339. Grayscale: #9F9F9F. Windows color (decimal): -2720570 or 13008086. OLE color: 13008086.

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

Color convert

RGB214124198-
CMYK00.420.070.16
HSL310.67º52.33%66.27%-
HSV(B)310.67º42.06%83.92%-
XYZ45.1332.7957.38-
YUV159.35149.82166.98-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.93%
GREEN value IS 124 (48.83% from 255) = 23.13%
BLUE value IS 198 (77.73% from 255) = 36.94%
R=39.93%
G=23.13%
B=36.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.07
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21412419800.420.070.16310.6752.3366.27
HexD67CC602A7101373442
Octal32617430605272046764102
Binary110101101111100110001100101010111100001001101111101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D67CC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D67CC6; }

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

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

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

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

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

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

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

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