#CA73CC

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

Shades of Orchid #CA73CC

Tints of Orchid #CA73CC

Color information

#CA73CC (or 0xCA73CC) is unknown color: approx Orchid. HEX triplet: CA, 73 and CC. RGB value is (202,115,204). Sum of RGB (Red+Green+Blue) = 202+115+204=521 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.77% from 521); Green value is 115 (45.31% from 255 or 22.07% from 521); Blue value is 204 (80.08% from 255 or 39.16% from 521); Max value from RGB is 204 - color contains mainly: blue. Hex color #CA73CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA73CC is #358C33. Grayscale: #969696. Windows color (decimal): -3509300 or 13398986. OLE color: 13398986.

HSL color Cylindrical-coordinate representation of color #CA73CC: hue angle of 298.65º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CA73CC is Cyan = 0.01, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB202115204-
CMYK0.010.4400.2
HSL298.65º46.6%62.55%-
HSV(B)298.65º43.63%80%-
XYZ41.3929.1860.58-
YUV151.16157.82164.26-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.77%
GREEN value IS 115 (45.31% from 255) = 22.07%
BLUE value IS 204 (80.08% from 255) = 39.16%
R=38.77%
G=22.07%
B=39.16%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2021152040.010.4400.2298.6546.662.55
HexCA73CC12C01412b2f3f
Octal3121633141540244535777
Binary110010101110011110011001101100010100100101011101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA73CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA73CC; }

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

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

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

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

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

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

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

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