#CB6AAD

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

Shades of Hopbush #CB6AAD

Tints of Hopbush #CB6AAD

Color information

#CB6AAD (or 0xCB6AAD) is unknown color: approx Hopbush. HEX triplet: CB, 6A and AD. RGB value is (203,106,173). Sum of RGB (Red+Green+Blue) = 203+106+173=482 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.12% from 482); Green value is 106 (41.80% from 255 or 21.99% from 482); Blue value is 173 (67.97% from 255 or 35.89% from 482); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6AAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB6AAD is #349552. Grayscale: #8E8E8E. Windows color (decimal): -3446099 or 11365067. OLE color: 11365067.

HSL color Cylindrical-coordinate representation of color #CB6AAD: hue angle of 318.56º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CB6AAD is Cyan = 0, Magento = 0.48, Yellow = 0.15 and Black (K on CMYK) = 0.20.

Color convert

RGB203106173-
CMYK00.480.150.20
HSL318.56º48.26%60.59%-
HSV(B)318.56º47.78%79.61%-
XYZ37.3326.0242.59-
YUV142.64145.14171.05-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.12%
GREEN value IS 106 (41.80% from 255) = 21.99%
BLUE value IS 173 (67.97% from 255) = 35.89%
R=42.12%
G=21.99%
B=35.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20310617300.480.150.20318.5648.2660.59
HexCB6AAD030F1413f303d
Octal31315225506017244776075
Binary110010111101010101011010110000111110100100111111110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6AAD; }

 p { color: rgb(203,106,173); }

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

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

 a { background-color: rgb(203,106,173); }

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

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

 span { border-color: rgb(203,106,173); }

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