#C773D0

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

Shades of Orchid #C773D0

Tints of Orchid #C773D0

Color information

#C773D0 (or 0xC773D0) is unknown color: approx Orchid. HEX triplet: C7, 73 and D0. RGB value is (199,115,208). Sum of RGB (Red+Green+Blue) = 199+115+208=522 (69% of max value = 765). Red value is 199 (78.12% from 255 or 38.12% from 522); Green value is 115 (45.31% from 255 or 22.03% from 522); Blue value is 208 (81.64% from 255 or 39.85% from 522); Max value from RGB is 208 - color contains mainly: blue. Hex color #C773D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C773D0 is #388C2F. Grayscale: #969696. Windows color (decimal): -3705904 or 13661127. OLE color: 13661127.

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

Color convert

RGB199115208-
CMYK0.040.4500.18
HSL294.19º49.73%63.33%-
HSV(B)294.19º44.71%81.57%-
XYZ41.0728.9663.1-
YUV150.72160.33162.44-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 38.12%
GREEN value IS 115 (45.31% from 255) = 22.03%
BLUE value IS 208 (81.64% from 255) = 39.85%
R=38.12%
G=22.03%
B=39.85%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1991152080.040.4500.18294.1949.7363.33
HexC773D042D012126323f
Octal3071633204550224466277
Binary11000111111001111010000100101101010010100100110110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C773D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C773D0; }

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

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

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

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

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

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

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

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