#C76CD0

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

Shades of Orchid #C76CD0

Tints of Orchid #C76CD0

Color information

#C76CD0 (or 0xC76CD0) is unknown color: approx Orchid. HEX triplet: C7, 6C and D0. RGB value is (199,108,208). Sum of RGB (Red+Green+Blue) = 199+108+208=515 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.64% from 515); Green value is 108 (42.58% from 255 or 20.97% from 515); Blue value is 208 (81.64% from 255 or 40.39% from 515); Max value from RGB is 208 - color contains mainly: blue. Hex color #C76CD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C76CD0 is #38932F. Grayscale: #929292. Windows color (decimal): -3707696 or 13659335. OLE color: 13659335.

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

Color convert

RGB199108208-
CMYK0.040.4800.18
HSL294.6º51.55%61.96%-
HSV(B)294.6º48.08%81.57%-
XYZ40.327.4262.84-
YUV146.61162.65165.37-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 38.64%
GREEN value IS 108 (42.58% from 255) = 20.97%
BLUE value IS 208 (81.64% from 255) = 40.39%
R=38.64%
G=20.97%
B=40.39%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1991082080.040.4800.18294.651.5561.96
HexC76CD0430012127343e
Octal3071543204600224476476
Binary11000111110110011010000100110000010010100100111110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C76CD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C76CD0; }

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

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

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

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

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

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

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

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