#C76CCC

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

Shades of Orchid #C76CCC

Tints of Orchid #C76CCC

Color information

#C76CCC (or 0xC76CCC) is unknown color: approx Orchid. HEX triplet: C7, 6C and CC. RGB value is (199,108,204). Sum of RGB (Red+Green+Blue) = 199+108+204=511 (67% of max value = 765). Red value is 199 (78.12% from 255 or 38.94% from 511); Green value is 108 (42.58% from 255 or 21.14% from 511); Blue value is 204 (80.08% from 255 or 39.92% from 511); Max value from RGB is 204 - color contains mainly: blue. Hex color #C76CCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C76CCC is #389333. Grayscale: #919191. Windows color (decimal): -3707700 or 13397191. OLE color: 13397191.

HSL color Cylindrical-coordinate representation of color #C76CCC: hue angle of 296.88º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C76CCC is Cyan = 0.02, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB199108204-
CMYK0.020.4700.2
HSL296.88º48.48%61.18%-
HSV(B)296.88º47.06%80%-
XYZ39.8127.2360.28-
YUV146.15160.65165.69-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 38.94%
GREEN value IS 108 (42.58% from 255) = 21.14%
BLUE value IS 204 (80.08% from 255) = 39.92%
R=38.94%
G=21.14%
B=39.92%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1991082040.020.4700.2296.8848.4861.18
HexC76CCC22F014129303d
Octal3071543142570244516075
Binary1100011111011001100110010101111010100100101001110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C76CCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C76CCC; }

 p { color: rgb(199,108,204); }

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

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

 a { background-color: rgb(199,108,204); }

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

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

 span { border-color: rgb(199,108,204); }

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