#CA74BA

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

Shades of Orchid #CA74BA

Tints of Orchid #CA74BA

Color information

#CA74BA (or 0xCA74BA) is unknown color: approx Orchid. HEX triplet: CA, 74 and BA. RGB value is (202,116,186). Sum of RGB (Red+Green+Blue) = 202+116+186=504 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.08% from 504); Green value is 116 (45.70% from 255 or 23.02% from 504); Blue value is 186 (73.05% from 255 or 36.90% from 504); Max value from RGB is 202 - color contains mainly: red. Hex color #CA74BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA74BA is #358B45. Grayscale: #959595. Windows color (decimal): -3509062 or 12219594. OLE color: 12219594.

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

Color convert

RGB202116186-
CMYK00.430.080.21
HSL311.16º44.79%62.35%-
HSV(B)311.16º42.57%79.22%-
XYZ39.4728.5949.89-
YUV149.69148.49165.31-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.08%
GREEN value IS 116 (45.70% from 255) = 23.02%
BLUE value IS 186 (73.05% from 255) = 36.90%
R=40.08%
G=23.02%
B=36.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.08
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211618600.430.080.21311.1644.7962.35
HexCA74BA02B8151372d3e
Octal31216427205310254675576
Binary110010101110100101110100101011100010101100110111101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA74BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA74BA; }

 p { color: rgb(202,116,186); }

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

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

 a { background-color: rgb(202,116,186); }

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

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

 span { border-color: rgb(202,116,186); }

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