Html Css Color HEX #CC73B2 Hopbush

📋 copy color: '#CC73B2'

red 204 ◦ green 115 ◦ blue 178

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

Shades of Hopbush #CC73B2

Tints of Hopbush #CC73B2

RGB

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

 GREEN value IS 115 (45.31% from 255) = 23.14%

 BLUE value IS 178 (69.92% from 255) = 35.81%

R = 41.05%
G = 23.14%
B = 35.81%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.13

 K value IS 0.2

RGB Variations

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

Color information

#CC73B2 (or 0xCC73B2) is known color: Hopbush. HEX triplet: CC, 73 and B2. RGB value is (204,115,178). Sum of RGB (Red+Green+Blue) = 204+115+178=497 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.05% from 497); Green value is 115 (45.31% from 255 or 23.14% from 497); Blue value is 178 (69.92% from 255 or 35.81% from 497); Max value from RGB is 204 - color contains mainly: red. Hex color #CC73B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC73B2 is #338C4D. Grayscale: #949494. Windows color (decimal): -3378254 or 11695052. OLE color: 11695052.

HSL color Cylindrical-coordinate representation of color #CC73B2: hue angle of 317.53º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CC73B2 is Cyan = 0, Magento = 0.44, Yellow = 0.13 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 115 178 -
CMYK 0 0.44 0.13 0.2
HSL 317.53º 0.47% 0.63% -
HSV(B) 317.53º 0.44% 0.8% -
XYZ 39.07 28.31 45.53 -
YUV 148.79 144.49 167.38 -
System Red Green Blue C M Y K H S L
Decimal 204 115 178 0 0.44 0.13 0.2 317.53 0.47 0.63
Hex CC 73 B2 0 2C D 14 13E 2F 3F
Octal 314 163 262 0 54 15 24 476 57 77
Binary 11001100 1110011 10110010 0 101100 1101 10100 100111110 101111 111111

Color Harmonies of #CC73B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC73B2

Black with #CC73B2

Text Example


Text Example

White with #CC73B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC73B2; }

 p { color: rgb(204,115,178); }

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

background-color css

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

 a { background-color: rgb(204,115,178); }

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

border-color css

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

 span { border-color: rgb(204,115,178); }

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