#CA6DAD

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

Shades of Hopbush #CA6DAD

Tints of Hopbush #CA6DAD

Color information

#CA6DAD (or 0xCA6DAD) is unknown color: approx Hopbush. HEX triplet: CA, 6D and AD. RGB value is (202,109,173). Sum of RGB (Red+Green+Blue) = 202+109+173=484 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.74% from 484); Green value is 109 (42.97% from 255 or 22.52% from 484); Blue value is 173 (67.97% from 255 or 35.74% from 484); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6DAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA6DAD is #359252. Grayscale: #8F8F8F. Windows color (decimal): -3510867 or 11365834. OLE color: 11365834.

HSL color Cylindrical-coordinate representation of color #CA6DAD: hue angle of 318.71º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CA6DAD is Cyan = 0, Magento = 0.46, Yellow = 0.14 and Black (K on CMYK) = 0.21.

Color convert

RGB202109173-
CMYK00.460.140.21
HSL318.71º46.73%60.98%-
HSV(B)318.71º46.04%79.22%-
XYZ37.3726.5142.68-
YUV144.1144.31169.3-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.74%
GREEN value IS 109 (42.97% from 255) = 22.52%
BLUE value IS 173 (67.97% from 255) = 35.74%
R=41.74%
G=22.52%
B=35.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.14
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20210917300.460.140.21318.7146.7360.98
HexCA6DAD02EE1513f2f3d
Octal31215525505616254775775
Binary110010101101101101011010101110111010101100111111101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6DAD; }

 p { color: rgb(202,109,173); }

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

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

 a { background-color: rgb(202,109,173); }

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

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

 span { border-color: rgb(202,109,173); }

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