#C76DCF

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

Shades of Orchid #C76DCF

Tints of Orchid #C76DCF

Color information

#C76DCF (or 0xC76DCF) is unknown color: approx Orchid. HEX triplet: C7, 6D and CF. RGB value is (199,109,207). Sum of RGB (Red+Green+Blue) = 199+109+207=515 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.64% from 515); Green value is 109 (42.97% from 255 or 21.17% from 515); Blue value is 207 (81.25% from 255 or 40.19% from 515); Max value from RGB is 207 - color contains mainly: blue. Hex color #C76DCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C76DCF is #389230. Grayscale: #929292. Windows color (decimal): -3707441 or 13594055. OLE color: 13594055.

HSL color Cylindrical-coordinate representation of color #C76DCF: hue angle of 295.1º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C76DCF is Cyan = 0.04, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB199109207-
CMYK0.040.4700.19
HSL295.1º50.52%61.96%-
HSV(B)295.1º47.34%81.18%-
XYZ40.2827.5862.23-
YUV147.08161.82165.03-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 38.64%
GREEN value IS 109 (42.97% from 255) = 21.17%
BLUE value IS 207 (81.25% from 255) = 40.19%
R=38.64%
G=21.17%
B=40.19%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1991092070.040.4700.19295.150.5261.96
HexC76DCF42F013127333e
Octal3071553174570234476376
Binary11000111110110111001111100101111010011100100111110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C76DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C76DCF; }

 p { color: rgb(199,109,207); }

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

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

 a { background-color: rgb(199,109,207); }

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

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

 span { border-color: rgb(199,109,207); }

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