Html Css Color HEX #CC63AA Hopbush

📋 copy color: '#CC63AA'

red 204 ◦ green 99 ◦ blue 170

#CC63AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hopbush #CC63AA

Tints of Hopbush #CC63AA

RGB

 RED value IS 204 (80.08% from 255) = 43.13%

 GREEN value IS 99 (39.06% from 255) = 20.93%

 BLUE value IS 170 (66.8% from 255) = 35.94%

R = 43.13%
G = 20.93%
B = 35.94%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.17

 K value IS 0.2

RGB Variations

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

Color information

#CC63AA (or 0xCC63AA) is known color: Hopbush. HEX triplet: CC, 63 and AA. RGB value is (204,99,170). Sum of RGB (Red+Green+Blue) = 204+99+170=473 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.13% from 473); Green value is 99 (39.06% from 255 or 20.93% from 473); Blue value is 170 (66.80% from 255 or 35.94% from 473); Max value from RGB is 204 - color contains mainly: red. Hex color #CC63AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC63AA is #339C55. Grayscale: #8A8A8A. Windows color (decimal): -3382358 or 11166668. OLE color: 11166668.

HSL color Cylindrical-coordinate representation of color #CC63AA: hue angle of 319.43º 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 #CC63AA is Cyan = 0, Magento = 0.51, Yellow = 0.17 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 99 170 -
CMYK 0 0.51 0.17 0.2
HSL 319.43º 0.51% 0.59% -
HSV(B) 319.43º 0.51% 0.8% -
XYZ 36.62 24.66 40.86 -
YUV 138.49 145.79 174.73 -
System Red Green Blue C M Y K H S L
Decimal 204 99 170 0 0.51 0.17 0.2 319.43 0.51 0.59
Hex CC 63 AA 0 33 11 14 13F 33 3B
Octal 314 143 252 0 63 21 24 477 63 73
Binary 11001100 1100011 10101010 0 110011 10001 10100 100111111 110011 111011

Color Harmonies of #CC63AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC63AA

Black with #CC63AA

Text Example


Text Example

White with #CC63AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC63AA; }

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

 H1.HeaderClassName
 {
   color: #CC63AA;
 }
 .AnyTagClassName
 {
   color: #CC63AA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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