Html Css Color HEX #CC6AAD Hopbush

📋 copy color: '#CC6AAD'

red 204 ◦ green 106 ◦ blue 173

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

Shades of Hopbush #CC6AAD

Tints of Hopbush #CC6AAD

RGB

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

 GREEN value IS 106 (41.8% from 255) = 21.95%

 BLUE value IS 173 (67.97% from 255) = 35.82%

R = 42.24%
G = 21.95%
B = 35.82%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.15

 K value IS 0.2

RGB Variations

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

Color information

#CC6AAD (or 0xCC6AAD) is known color: Hopbush. HEX triplet: CC, 6A and AD. RGB value is (204,106,173). Sum of RGB (Red+Green+Blue) = 204+106+173=483 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.24% from 483); Green value is 106 (41.80% from 255 or 21.95% from 483); Blue value is 173 (67.97% from 255 or 35.82% from 483); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6AAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6AAD is #339552. Grayscale: #8E8E8E. Windows color (decimal): -3380563 or 11365068. OLE color: 11365068.

HSL color Cylindrical-coordinate representation of color #CC6AAD: hue angle of 318.98º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CC6AAD is Cyan = 0, Magento = 0.48, Yellow = 0.15 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 106 173 -
CMYK 0 0.48 0.15 0.2
HSL 318.98º 0.49% 0.61% -
HSV(B) 318.98º 0.48% 0.8% -
XYZ 37.6 26.16 42.6 -
YUV 142.94 144.97 171.55 -
System Red Green Blue C M Y K H S L
Decimal 204 106 173 0 0.48 0.15 0.2 318.98 0.49 0.61
Hex CC 6A AD 0 30 F 14 13F 31 3D
Octal 314 152 255 0 60 17 24 477 61 75
Binary 11001100 1101010 10101101 0 110000 1111 10100 100111111 110001 111101

Color Harmonies of #CC6AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6AAD

Black with #CC6AAD

Text Example


Text Example

White with #CC6AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6AAD; }

 p { color: rgb(204,106,173); }

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

background-color css

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

 a { background-color: rgb(204,106,173); }

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

border-color css

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

 span { border-color: rgb(204,106,173); }

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