#C76FC9

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

Shades of Orchid #C76FC9

Tints of Orchid #C76FC9

Color information

#C76FC9 (or 0xC76FC9) is unknown color: approx Orchid. HEX triplet: C7, 6F and C9. RGB value is (199,111,201). Sum of RGB (Red+Green+Blue) = 199+111+201=511 (67% of max value = 765). Red value is 199 (78.12% from 255 or 38.94% from 511); Green value is 111 (43.75% from 255 or 21.72% from 511); Blue value is 201 (78.91% from 255 or 39.33% from 511); Max value from RGB is 201 - color contains mainly: blue. Hex color #C76FC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C76FC9 is #389036. Grayscale: #939393. Windows color (decimal): -3706935 or 13201351. OLE color: 13201351.

HSL color Cylindrical-coordinate representation of color #C76FC9: hue angle of 298.67º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C76FC9 is Cyan = 0.01, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB199111201-
CMYK0.010.4500.21
HSL298.67º45.45%61.18%-
HSV(B)298.67º44.78%78.82%-
XYZ39.7827.7358.51-
YUV147.57158.15164.68-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 38.94%
GREEN value IS 111 (43.75% from 255) = 21.72%
BLUE value IS 201 (78.91% from 255) = 39.33%
R=38.94%
G=21.72%
B=39.33%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1991112010.010.4500.21298.6745.4561.18
HexC76FC912D01512b2d3d
Octal3071573111550254535575
Binary110001111101111110010011101101010101100101011101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C76FC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C76FC9; }

 p { color: rgb(199,111,201); }

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

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

 a { background-color: rgb(199,111,201); }

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

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

 span { border-color: rgb(199,111,201); }

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