#CA73C0

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

Shades of Orchid #CA73C0

Tints of Orchid #CA73C0

Color information

#CA73C0 (or 0xCA73C0) is unknown color: approx Orchid. HEX triplet: CA, 73 and C0. RGB value is (202,115,192). Sum of RGB (Red+Green+Blue) = 202+115+192=509 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.69% from 509); Green value is 115 (45.31% from 255 or 22.59% from 509); Blue value is 192 (75.39% from 255 or 37.72% from 509); Max value from RGB is 202 - color contains mainly: red. Hex color #CA73C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA73C0 is #358C3F. Grayscale: #959595. Windows color (decimal): -3509312 or 12612554. OLE color: 12612554.

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

Color convert

RGB202115192-
CMYK00.430.050.21
HSL306.9º45.08%62.16%-
HSV(B)306.9º43.07%79.22%-
XYZ4028.6253.29-
YUV149.79151.82165.24-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.69%
GREEN value IS 115 (45.31% from 255) = 22.59%
BLUE value IS 192 (75.39% from 255) = 37.72%
R=39.69%
G=22.59%
B=37.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.05
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211519200.430.050.21306.945.0862.16
HexCA73C002B5151332d3e
Octal3121633000535254635576
Binary11001010111001111000000010101110110101100110011101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA73C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA73C0; }

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

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

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

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

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

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

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

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