#C76FC6

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

Shades of Orchid #C76FC6

Tints of Orchid #C76FC6

Color information

#C76FC6 (or 0xC76FC6) is unknown color: approx Orchid. HEX triplet: C7, 6F and C6. RGB value is (199,111,198). Sum of RGB (Red+Green+Blue) = 199+111+198=508 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.17% from 508); Green value is 111 (43.75% from 255 or 21.85% from 508); Blue value is 198 (77.73% from 255 or 38.98% from 508); Max value from RGB is 199 - color contains mainly: red. Hex color #C76FC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C76FC6 is #389039. Grayscale: #929292. Windows color (decimal): -3706938 or 13004743. OLE color: 13004743.

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

Color convert

RGB199111198-
CMYK00.440.010.22
HSL300.68º44%60.78%-
HSV(B)300.68º44.22%78.04%-
XYZ39.4327.5956.67-
YUV147.23156.65164.93-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 39.17%
GREEN value IS 111 (43.75% from 255) = 21.85%
BLUE value IS 198 (77.73% from 255) = 38.98%
R=39.17%
G=21.85%
B=38.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.01
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19911119800.440.010.22300.684460.78
HexC76FC602C11612d2c3d
Octal3071573060541264555475
Binary110001111101111110001100101100110110100101101101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C76FC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C76FC6; }

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

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

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

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

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

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

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

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