#C76FCF

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

Shades of Orchid #C76FCF

Tints of Orchid #C76FCF

Color information

#C76FCF (or 0xC76FCF) is unknown color: approx Orchid. HEX triplet: C7, 6F and CF. RGB value is (199,111,207). Sum of RGB (Red+Green+Blue) = 199+111+207=517 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.49% from 517); Green value is 111 (43.75% from 255 or 21.47% from 517); Blue value is 207 (81.25% from 255 or 40.04% from 517); Max value from RGB is 207 - color contains mainly: blue. Hex color #C76FCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C76FCF is #389030. Grayscale: #939393. Windows color (decimal): -3706929 or 13594567. OLE color: 13594567.

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

Color convert

RGB199111207-
CMYK0.040.4600.19
HSL295º50%62.35%-
HSV(B)295º46.38%81.18%-
XYZ40.528.0262.3-
YUV148.26161.15164.19-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 38.49%
GREEN value IS 111 (43.75% from 255) = 21.47%
BLUE value IS 207 (81.25% from 255) = 40.04%
R=38.49%
G=21.47%
B=40.04%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1991112070.040.4600.192955062.35
HexC76FCF42E013127323e
Octal3071573174560234476276
Binary11000111110111111001111100101110010011100100111110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C76FCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C76FCF; }

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

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

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

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

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

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

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

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