#C773D5

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

Shades of Orchid #C773D5

Tints of Orchid #C773D5

Color information

#C773D5 (or 0xC773D5) is unknown color: approx Orchid. HEX triplet: C7, 73 and D5. RGB value is (199,115,213). Sum of RGB (Red+Green+Blue) = 199+115+213=527 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.76% from 527); Green value is 115 (45.31% from 255 or 21.82% from 527); Blue value is 213 (83.59% from 255 or 40.42% from 527); Max value from RGB is 213 - color contains mainly: blue. Hex color #C773D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C773D5 is #388C2A. Grayscale: #969696. Windows color (decimal): -3705899 or 13988807. OLE color: 13988807.

HSL color Cylindrical-coordinate representation of color #C773D5: hue angle of 291.43º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C773D5 is Cyan = 0.07, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB199115213-
CMYK0.070.4600.16
HSL291.43º53.85%64.31%-
HSV(B)291.43º46.01%83.53%-
XYZ41.6929.2166.39-
YUV151.29162.83162.03-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 37.76%
GREEN value IS 115 (45.31% from 255) = 21.82%
BLUE value IS 213 (83.59% from 255) = 40.42%
R=37.76%
G=21.82%
B=40.42%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1991152130.070.4600.16291.4353.8564.31
HexC773D572E0101233640
Octal30716332575602044366100
Binary110001111110011110101011111011100100001001000111101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C773D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C773D5; }

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

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

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

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

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

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

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

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