Html Css Color HEX #CC63A5 Hopbush

📋 copy color: '#CC63A5'

red 204 ◦ green 99 ◦ blue 165

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

Shades of Hopbush #CC63A5

Tints of Hopbush #CC63A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 35.26%

R = 43.59%
G = 21.15%
B = 35.26%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.19

 K value IS 0.2

RGB Variations

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

Color information

#CC63A5 (or 0xCC63A5) is known color: Hopbush. HEX triplet: CC, 63 and A5. RGB value is (204,99,165). Sum of RGB (Red+Green+Blue) = 204+99+165=468 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.59% from 468); Green value is 99 (39.06% from 255 or 21.15% from 468); Blue value is 165 (64.84% from 255 or 35.26% from 468); Max value from RGB is 204 - color contains mainly: red. Hex color #CC63A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC63A5 is #339C5A. Grayscale: #898989. Windows color (decimal): -3382363 or 10838988. OLE color: 10838988.

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

Color convert

RGB 204 99 165 -
CMYK 0 0.51 0.19 0.2
HSL 322.29º 0.51% 0.59% -
HSV(B) 322.29º 0.51% 0.8% -
XYZ 36.16 24.48 38.42 -
YUV 137.92 143.29 175.13 -
System Red Green Blue C M Y K H S L
Decimal 204 99 165 0 0.51 0.19 0.2 322.29 0.51 0.59
Hex CC 63 A5 0 33 13 14 142 33 3B
Octal 314 143 245 0 63 23 24 502 63 73
Binary 11001100 1100011 10100101 0 110011 10011 10100 101000010 110011 111011

Color Harmonies of #CC63A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC63A5

Black with #CC63A5

Text Example


Text Example

White with #CC63A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC63A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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