#CA74BB

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

Shades of Orchid #CA74BB

Tints of Orchid #CA74BB

Color information

#CA74BB (or 0xCA74BB) is unknown color: approx Orchid. HEX triplet: CA, 74 and BB. RGB value is (202,116,187). Sum of RGB (Red+Green+Blue) = 202+116+187=505 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40% from 505); Green value is 116 (45.70% from 255 or 22.97% from 505); Blue value is 187 (73.44% from 255 or 37.03% from 505); Max value from RGB is 202 - color contains mainly: red. Hex color #CA74BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA74BB is #358B44. Grayscale: #959595. Windows color (decimal): -3509061 or 12285130. OLE color: 12285130.

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

Color convert

RGB202116187-
CMYK00.430.070.21
HSL310.47º44.79%62.35%-
HSV(B)310.47º42.57%79.22%-
XYZ39.5728.6450.46-
YUV149.81148.99165.23-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40%
GREEN value IS 116 (45.70% from 255) = 22.97%
BLUE value IS 187 (73.44% from 255) = 37.03%
R=40%
G=22.97%
B=37.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211618700.430.070.21310.4744.7962.35
HexCA74BB02B7151362d3e
Octal3121642730537254665576
Binary11001010111010010111011010101111110101100110110101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA74BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA74BB; }

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

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

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

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

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

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

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

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