#CA73B7

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

Shades of Orchid #CA73B7

Tints of Orchid #CA73B7

Color information

#CA73B7 (or 0xCA73B7) is unknown color: approx Orchid. HEX triplet: CA, 73 and B7. RGB value is (202,115,183). Sum of RGB (Red+Green+Blue) = 202+115+183=500 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.4% from 500); Green value is 115 (45.31% from 255 or 23% from 500); Blue value is 183 (71.88% from 255 or 36.6% from 500); Max value from RGB is 202 - color contains mainly: red. Hex color #CA73B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA73B7 is #358C48. Grayscale: #949494. Windows color (decimal): -3509321 or 12022730. OLE color: 12022730.

HSL color Cylindrical-coordinate representation of color #CA73B7: hue angle of 313.1º 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 #CA73B7 is Cyan = 0, Magento = 0.43, Yellow = 0.09 and Black (K on CMYK) = 0.21.

Color convert

RGB202115183-
CMYK00.430.090.21
HSL313.1º45.08%62.16%-
HSV(B)313.1º43.07%79.22%-
XYZ39.0428.2448.19-
YUV148.76147.32165.97-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.4%
GREEN value IS 115 (45.31% from 255) = 23%
BLUE value IS 183 (71.88% from 255) = 36.6%
R=40.4%
G=23%
B=36.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.09
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211518300.430.090.21313.145.0862.16
HexCA73B702B9151392d3e
Octal31216326705311254715576
Binary110010101110011101101110101011100110101100111001101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA73B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA73B7; }

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

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

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

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

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

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

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

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