#C76FE0

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

Shades of Orchid #C76FE0

Tints of Orchid #C76FE0

Color information

#C76FE0 (or 0xC76FE0) is unknown color: approx Orchid. HEX triplet: C7, 6F and E0. RGB value is (199,111,224). Sum of RGB (Red+Green+Blue) = 199+111+224=534 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.27% from 534); Green value is 111 (43.75% from 255 or 20.79% from 534); Blue value is 224 (87.89% from 255 or 41.95% from 534); Max value from RGB is 224 - color contains mainly: blue. Hex color #C76FE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C76FE0 is #38901F. Grayscale: #959595. Windows color (decimal): -3706912 or 14708679. OLE color: 14708679.

HSL color Cylindrical-coordinate representation of color #C76FE0: hue angle of 286.73º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C76FE0 is Cyan = 0.11, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB199111224-
CMYK0.110.5000.12
HSL286.73º64.57%65.69%-
HSV(B)286.73º50.45%87.84%-
XYZ42.6928.8973.85-
YUV150.19169.65162.81-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 37.27%
GREEN value IS 111 (43.75% from 255) = 20.79%
BLUE value IS 224 (87.89% from 255) = 41.95%
R=37.27%
G=20.79%
B=41.95%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1991112240.110.5000.12286.7364.5765.69
HexC76FE0B320C11f4142
Octal3071573401362014437101102
Binary1100011111011111110000010111100100110010001111110000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C76FE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C76FE0; }

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

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

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

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

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

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

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

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