#CA74B1

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

Shades of Hopbush #CA74B1

Tints of Hopbush #CA74B1

Color information

#CA74B1 (or 0xCA74B1) is unknown color: approx Hopbush. HEX triplet: CA, 74 and B1. RGB value is (202,116,177). Sum of RGB (Red+Green+Blue) = 202+116+177=495 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.81% from 495); Green value is 116 (45.70% from 255 or 23.43% from 495); Blue value is 177 (69.53% from 255 or 35.76% from 495); Max value from RGB is 202 - color contains mainly: red. Hex color #CA74B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA74B1 is #358B4E. Grayscale: #949494. Windows color (decimal): -3509071 or 11629770. OLE color: 11629770.

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

Color convert

RGB202116177-
CMYK00.430.120.21
HSL317.44º44.79%62.35%-
HSV(B)317.44º42.57%79.22%-
XYZ38.5428.2245.01-
YUV148.67143.99166.04-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.81%
GREEN value IS 116 (45.70% from 255) = 23.43%
BLUE value IS 177 (69.53% from 255) = 35.76%
R=40.81%
G=23.43%
B=35.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.12
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211617700.430.120.21317.4444.7962.35
HexCA74B102BC1513d2d3e
Octal31216426105314254755576
Binary110010101110100101100010101011110010101100111101101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA74B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA74B1; }

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

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

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

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

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

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

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

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