#CC6398

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

Shades of Hopbush #CC6398

Tints of Hopbush #CC6398

Color information

#CC6398 (or 0xCC6398) is unknown color: approx Hopbush. HEX triplet: CC, 63 and 98. RGB value is (204,99,152). Sum of RGB (Red+Green+Blue) = 204+99+152=455 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.84% from 455); Green value is 99 (39.06% from 255 or 21.76% from 455); Blue value is 152 (59.77% from 255 or 33.41% from 455); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6398 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6398 is #339C67. Grayscale: #888888. Windows color (decimal): -3382376 or 9987020. OLE color: 9987020.

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

Color convert

RGB20499152-
CMYK00.510.250.2
HSL329.71º50.72%59.41%-
HSV(B)329.71º51.47%80%-
XYZ35.0324.0332.5-
YUV136.44136.79176.19-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.84%
GREEN value IS 99 (39.06% from 255) = 21.76%
BLUE value IS 152 (59.77% from 255) = 33.41%
R=44.84%
G=21.76%
B=33.41%

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
Decimal2049915200.510.250.2329.7150.7259.41
HexCC6398033191414a333b
Octal31414323006331245126373
Binary1100110011000111001100001100111100110100101001010110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6398; }

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

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

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

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

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

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

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

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