#CC6498

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

Shades of Hopbush #CC6498

Tints of Hopbush #CC6498

Color information

#CC6498 (or 0xCC6498) is unknown color: approx Hopbush. HEX triplet: CC, 64 and 98. RGB value is (204,100,152). Sum of RGB (Red+Green+Blue) = 204+100+152=456 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.74% from 456); Green value is 100 (39.45% from 255 or 21.93% from 456); Blue value is 152 (59.77% from 255 or 33.33% from 456); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6498 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6498 is #339B67. Grayscale: #888888. Windows color (decimal): -3382120 or 9987276. OLE color: 9987276.

HSL color Cylindrical-coordinate representation of color #CC6498: hue angle of 330º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CC6498 is Cyan = 0, Magento = 0.51, Yellow = 0.25 and Black (K on CMYK) = 0.2.

Color convert

RGB204100152-
CMYK00.510.250.2
HSL330º50.49%59.61%-
HSV(B)330º50.98%80%-
XYZ35.1324.2232.53-
YUV137.02136.46175.77-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.74%
GREEN value IS 100 (39.45% from 255) = 21.93%
BLUE value IS 152 (59.77% from 255) = 33.33%
R=44.74%
G=21.93%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.25
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20410015200.510.250.233050.4959.61
HexCC6498033191414a323c
Octal31414423006331245126274
Binary1100110011001001001100001100111100110100101001010110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6498; }

 p { color: rgb(204,100,152); }

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

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

 a { background-color: rgb(204,100,152); }

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

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

 span { border-color: rgb(204,100,152); }

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