#C773E1

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

Shades of Orchid #C773E1

Tints of Orchid #C773E1

Color information

#C773E1 (or 0xC773E1) is unknown color: approx Orchid. HEX triplet: C7, 73 and E1. RGB value is (199,115,225). Sum of RGB (Red+Green+Blue) = 199+115+225=539 (71% of max value = 765). Red value is 199 (78.12% from 255 or 36.92% from 539); Green value is 115 (45.31% from 255 or 21.34% from 539); Blue value is 225 (88.28% from 255 or 41.74% from 539); Max value from RGB is 225 - color contains mainly: blue. Hex color #C773E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C773E1 is #388C1E. Grayscale: #989898. Windows color (decimal): -3705887 or 14775239. OLE color: 14775239.

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

Color convert

RGB199115225-
CMYK0.120.4900.12
HSL285.82º64.71%66.67%-
HSV(B)285.82º48.89%88.24%-
XYZ43.2729.8474.71-
YUV152.66168.83161.06-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 36.92%
GREEN value IS 115 (45.31% from 255) = 21.34%
BLUE value IS 225 (88.28% from 255) = 41.74%
R=36.92%
G=21.34%
B=41.74%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1991152250.120.4900.12285.8264.7166.67
HexC773E1C310C11e4143
Octal3071633411461014436101103
Binary1100011111100111110000111001100010110010001111010000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C773E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C773E1; }

 p { color: rgb(199,115,225); }

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

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

 a { background-color: rgb(199,115,225); }

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

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

 span { border-color: rgb(199,115,225); }

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