#C773E3

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

Shades of Orchid #C773E3

Tints of Orchid #C773E3

Color information

#C773E3 (or 0xC773E3) is unknown color: approx Orchid. HEX triplet: C7, 73 and E3. RGB value is (199,115,227). Sum of RGB (Red+Green+Blue) = 199+115+227=541 (71% of max value = 765). Red value is 199 (78.12% from 255 or 36.78% from 541); Green value is 115 (45.31% from 255 or 21.26% from 541); Blue value is 227 (89.06% from 255 or 41.96% from 541); Max value from RGB is 227 - color contains mainly: blue. Hex color #C773E3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C773E3 is #388C1C. Grayscale: #989898. Windows color (decimal): -3705885 or 14906311. OLE color: 14906311.

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

Color convert

RGB199115227-
CMYK0.120.4900.11
HSL285º66.67%67.06%-
HSV(B)285º49.34%89.02%-
XYZ43.5529.9576.16-
YUV152.88169.83160.89-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 36.78%
GREEN value IS 115 (45.31% from 255) = 21.26%
BLUE value IS 227 (89.06% from 255) = 41.96%
R=36.78%
G=21.26%
B=41.96%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1991152270.120.4900.1128566.6767.06
HexC773E3C310B11d4343
Octal3071633431461013435103103
Binary1100011111100111110001111001100010101110001110110000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C773E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C773E3; }

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

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

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

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

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

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

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

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