#CA73C3

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

Shades of Orchid #CA73C3

Tints of Orchid #CA73C3

Color information

#CA73C3 (or 0xCA73C3) is unknown color: approx Orchid. HEX triplet: CA, 73 and C3. RGB value is (202,115,195). Sum of RGB (Red+Green+Blue) = 202+115+195=512 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.45% from 512); Green value is 115 (45.31% from 255 or 22.46% from 512); Blue value is 195 (76.56% from 255 or 38.09% from 512); Max value from RGB is 202 - color contains mainly: red. Hex color #CA73C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA73C3 is #358C3C. Grayscale: #959595. Windows color (decimal): -3509309 or 12809162. OLE color: 12809162.

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

Color convert

RGB202115195-
CMYK00.430.030.21
HSL304.83º45.08%62.16%-
HSV(B)304.83º43.07%79.22%-
XYZ40.3428.7655.05-
YUV150.13153.32165-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.45%
GREEN value IS 115 (45.31% from 255) = 22.46%
BLUE value IS 195 (76.56% from 255) = 38.09%
R=39.45%
G=22.46%
B=38.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.03
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211519500.430.030.21304.8345.0862.16
HexCA73C302B3151312d3e
Octal3121633030533254615576
Binary1100101011100111100001101010111110101100110001101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA73C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA73C3; }

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

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

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

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

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

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

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

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