#CB6DA4

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

Shades of Hopbush #CB6DA4

Tints of Hopbush #CB6DA4

Color information

#CB6DA4 (or 0xCB6DA4) is unknown color: approx Hopbush. HEX triplet: CB, 6D and A4. RGB value is (203,109,164). Sum of RGB (Red+Green+Blue) = 203+109+164=476 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.65% from 476); Green value is 109 (42.97% from 255 or 22.90% from 476); Blue value is 164 (64.45% from 255 or 34.45% from 476); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6DA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB6DA4 is #34925B. Grayscale: #8F8F8F. Windows color (decimal): -3445340 or 10776011. OLE color: 10776011.

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

Color convert

RGB203109164-
CMYK00.460.190.20
HSL324.89º47.47%61.18%-
HSV(B)324.89º46.31%79.61%-
XYZ36.826.3138.26-
YUV143.38139.64170.53-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.65%
GREEN value IS 109 (42.97% from 255) = 22.90%
BLUE value IS 164 (64.45% from 255) = 34.45%
R=42.65%
G=22.90%
B=34.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.19
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20310916400.460.190.20324.8947.4761.18
HexCB6DA402E13141452f3d
Octal31315524405623245055775
Binary1100101111011011010010001011101001110100101000101101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6DA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6DA4; }

 p { color: rgb(203,109,164); }

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

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

 a { background-color: rgb(203,109,164); }

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

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

 span { border-color: rgb(203,109,164); }

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