#CA73D1

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

Shades of Orchid #CA73D1

Tints of Orchid #CA73D1

Color information

#CA73D1 (or 0xCA73D1) is unknown color: approx Orchid. HEX triplet: CA, 73 and D1. RGB value is (202,115,209). Sum of RGB (Red+Green+Blue) = 202+115+209=526 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.40% from 526); Green value is 115 (45.31% from 255 or 21.86% from 526); Blue value is 209 (82.03% from 255 or 39.73% from 526); Max value from RGB is 209 - color contains mainly: blue. Hex color #CA73D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA73D1 is #358C2E. Grayscale: #979797. Windows color (decimal): -3509295 or 13726666. OLE color: 13726666.

HSL color Cylindrical-coordinate representation of color #CA73D1: hue angle of 295.53º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CA73D1 is Cyan = 0.03, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB202115209-
CMYK0.030.4500.18
HSL295.53º50.54%63.53%-
HSV(B)295.53º44.98%81.96%-
XYZ4229.4263.79-
YUV151.73160.32163.86-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.40%
GREEN value IS 115 (45.31% from 255) = 21.86%
BLUE value IS 209 (82.03% from 255) = 39.73%
R=38.40%
G=21.86%
B=39.73%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2021152090.030.4500.18295.5350.5463.53
HexCA73D132D0121283340
Octal31216332135502245063100
Binary11001010111001111010001111011010100101001010001100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA73D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA73D1; }

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

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

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

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

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

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

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

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