Html Css Color HEX #CC6EA1 Hopbush

📋 copy color: '#CC6EA1'

red 204 ◦ green 110 ◦ blue 161

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

Shades of Hopbush #CC6EA1

Tints of Hopbush #CC6EA1

RGB

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

 GREEN value IS 110 (43.36% from 255) = 23.16%

 BLUE value IS 161 (63.28% from 255) = 33.89%

R = 42.95%
G = 23.16%
B = 33.89%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.21

 K value IS 0.2

RGB Variations

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

Color information

#CC6EA1 (or 0xCC6EA1) is known color: Hopbush. HEX triplet: CC, 6E and A1. RGB value is (204,110,161). Sum of RGB (Red+Green+Blue) = 204+110+161=475 (62% of max value = 765). Red value is 204 (80.08% from 255 or 42.95% from 475); Green value is 110 (43.36% from 255 or 23.16% from 475); Blue value is 161 (63.28% from 255 or 33.89% from 475); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6EA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6EA1 is #33915E. Grayscale: #8F8F8F. Windows color (decimal): -3379551 or 10579660. OLE color: 10579660.

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

Color convert

RGB 204 110 161 -
CMYK 0 0.46 0.21 0.2
HSL 327.45º 0.48% 0.62% -
HSV(B) 327.45º 0.46% 0.8% -
XYZ 36.91 26.56 36.9 -
YUV 143.92 137.64 170.85 -
System Red Green Blue C M Y K H S L
Decimal 204 110 161 0 0.46 0.21 0.2 327.45 0.48 0.62
Hex CC 6E A1 0 2E 15 14 147 30 3E
Octal 314 156 241 0 56 25 24 507 60 76
Binary 11001100 1101110 10100001 0 101110 10101 10100 101000111 110000 111110

Color Harmonies of #CC6EA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6EA1

Black with #CC6EA1

Text Example


Text Example

White with #CC6EA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6EA1; }

 p { color: rgb(204,110,161); }

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

background-color css

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

 a { background-color: rgb(204,110,161); }

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

border-color css

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

 span { border-color: rgb(204,110,161); }

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