#C76BCF

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

Shades of Orchid #C76BCF

Tints of Orchid #C76BCF

Color information

#C76BCF (or 0xC76BCF) is unknown color: approx Orchid. HEX triplet: C7, 6B and CF. RGB value is (199,107,207). Sum of RGB (Red+Green+Blue) = 199+107+207=513 (67% of max value = 765). Red value is 199 (78.12% from 255 or 38.79% from 513); Green value is 107 (42.19% from 255 or 20.86% from 513); Blue value is 207 (81.25% from 255 or 40.35% from 513); Max value from RGB is 207 - color contains mainly: blue. Hex color #C76BCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C76BCF is #389430. Grayscale: #919191. Windows color (decimal): -3707953 or 13593543. OLE color: 13593543.

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

Color convert

RGB199107207-
CMYK0.040.4800.19
HSL295.2º51.02%61.57%-
HSV(B)295.2º48.31%81.18%-
XYZ40.0727.1662.16-
YUV145.91162.48165.87-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 38.79%
GREEN value IS 107 (42.19% from 255) = 20.86%
BLUE value IS 207 (81.25% from 255) = 40.35%
R=38.79%
G=20.86%
B=40.35%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1991072070.040.4800.19295.251.0261.57
HexC76BCF430013127333e
Octal3071533174600234476376
Binary11000111110101111001111100110000010011100100111110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C76BCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C76BCF; }

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

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

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

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

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

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

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

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