#CA6D9D

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

Shades of Hopbush #CA6D9D

Tints of Hopbush #CA6D9D

Color information

#CA6D9D (or 0xCA6D9D) is unknown color: approx Hopbush. HEX triplet: CA, 6D and 9D. RGB value is (202,109,157). Sum of RGB (Red+Green+Blue) = 202+109+157=468 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.16% from 468); Green value is 109 (42.97% from 255 or 23.29% from 468); Blue value is 157 (61.72% from 255 or 33.55% from 468); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6D9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA6D9D is #359262. Grayscale: #8E8E8E. Windows color (decimal): -3510883 or 10317258. OLE color: 10317258.

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

Color convert

RGB202109157-
CMYK00.460.220.21
HSL329.03º46.73%60.98%-
HSV(B)329.03º46.04%79.22%-
XYZ35.9125.9335.01-
YUV142.28136.31170.6-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.16%
GREEN value IS 109 (42.97% from 255) = 23.29%
BLUE value IS 157 (61.72% from 255) = 33.55%
R=43.16%
G=23.29%
B=33.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.22
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20210915700.460.220.21329.0346.7360.98
HexCA6D9D02E16151492f3d
Octal31215523505626255115775
Binary1100101011011011001110101011101011010101101001001101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6D9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6D9D; }

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

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

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

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

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

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

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

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