#C76ED8

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

Shades of Orchid #C76ED8

Tints of Orchid #C76ED8

Color information

#C76ED8 (or 0xC76ED8) is unknown color: approx Orchid. HEX triplet: C7, 6E and D8. RGB value is (199,110,216). Sum of RGB (Red+Green+Blue) = 199+110+216=525 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.90% from 525); Green value is 110 (43.36% from 255 or 20.95% from 525); Blue value is 216 (84.77% from 255 or 41.14% from 525); Max value from RGB is 216 - color contains mainly: blue. Hex color #C76ED8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C76ED8 is #389127. Grayscale: #949494. Windows color (decimal): -3707176 or 14184135. OLE color: 14184135.

HSL color Cylindrical-coordinate representation of color #C76ED8: hue angle of 290.38º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C76ED8 is Cyan = 0.08, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB199110216-
CMYK0.080.4900.15
HSL290.38º57.61%63.92%-
HSV(B)290.38º49.07%84.71%-
XYZ41.5228.2568.23-
YUV148.7165.99163.88-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 37.90%
GREEN value IS 110 (43.36% from 255) = 20.95%
BLUE value IS 216 (84.77% from 255) = 41.14%
R=37.90%
G=20.95%
B=41.14%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1991102160.080.4900.15290.3857.6163.92
HexC76ED88310F1223a40
Octal307156330106101744272100
Binary110001111101110110110001000110001011111001000101110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C76ED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C76ED8; }

 p { color: rgb(199,110,216); }

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

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

 a { background-color: rgb(199,110,216); }

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

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

 span { border-color: rgb(199,110,216); }

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