#CA73CD

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

Shades of Orchid #CA73CD

Tints of Orchid #CA73CD

Color information

#CA73CD (or 0xCA73CD) is unknown color: approx Orchid. HEX triplet: CA, 73 and CD. RGB value is (202,115,205). Sum of RGB (Red+Green+Blue) = 202+115+205=522 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.70% from 522); Green value is 115 (45.31% from 255 or 22.03% from 522); Blue value is 205 (80.47% from 255 or 39.27% from 522); Max value from RGB is 205 - color contains mainly: blue. Hex color #CA73CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA73CD is #358C32. Grayscale: #979797. Windows color (decimal): -3509299 or 13464522. OLE color: 13464522.

HSL color Cylindrical-coordinate representation of color #CA73CD: hue angle of 298º 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 #CA73CD is Cyan = 0.01, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB202115205-
CMYK0.010.4400.20
HSL298º47.37%62.75%-
HSV(B)298º43.9%80.39%-
XYZ41.5129.2361.21-
YUV151.27158.32164.18-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.70%
GREEN value IS 115 (45.31% from 255) = 22.03%
BLUE value IS 205 (80.47% from 255) = 39.27%
R=38.70%
G=22.03%
B=39.27%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2021152050.010.4400.2029847.3762.75
HexCA73CD12C01412a2f3f
Octal3121633151540244525777
Binary110010101110011110011011101100010100100101010101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA73CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA73CD; }

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

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

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

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

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

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

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

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