#C773CA

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

Shades of Orchid #C773CA

Tints of Orchid #C773CA

Color information

#C773CA (or 0xC773CA) is unknown color: approx Orchid. HEX triplet: C7, 73 and CA. RGB value is (199,115,202). Sum of RGB (Red+Green+Blue) = 199+115+202=516 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.57% from 516); Green value is 115 (45.31% from 255 or 22.29% from 516); Blue value is 202 (79.30% from 255 or 39.15% from 516); Max value from RGB is 202 - color contains mainly: blue. Hex color #C773CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C773CA is #388C35. Grayscale: #959595. Windows color (decimal): -3705910 or 13267911. OLE color: 13267911.

HSL color Cylindrical-coordinate representation of color #C773CA: hue angle of 297.93º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C773CA is Cyan = 0.01, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB199115202-
CMYK0.010.4300.21
HSL297.93º45.08%62.16%-
HSV(B)297.93º43.07%79.22%-
XYZ40.3428.6759.28-
YUV150.03157.33162.93-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 38.57%
GREEN value IS 115 (45.31% from 255) = 22.29%
BLUE value IS 202 (79.30% from 255) = 39.15%
R=38.57%
G=22.29%
B=39.15%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1991152020.010.4300.21297.9345.0862.16
HexC773CA12B01512a2d3e
Octal3071633121530254525576
Binary110001111110011110010101101011010101100101010101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C773CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C773CA; }

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

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

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

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

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

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

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

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