Html Css Color HEX #CC73B0 Hopbush

📋 copy color: '#CC73B0'

red 204 ◦ green 115 ◦ blue 176

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

Shades of Hopbush #CC73B0

Tints of Hopbush #CC73B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 35.56%

R = 41.21%
G = 23.23%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.14

 K value IS 0.2

RGB Variations

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

Color information

#CC73B0 (or 0xCC73B0) is known color: Hopbush. HEX triplet: CC, 73 and B0. RGB value is (204,115,176). Sum of RGB (Red+Green+Blue) = 204+115+176=495 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.21% from 495); Green value is 115 (45.31% from 255 or 23.23% from 495); Blue value is 176 (69.14% from 255 or 35.56% from 495); Max value from RGB is 204 - color contains mainly: red. Hex color #CC73B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC73B0 is #338C4F. Grayscale: #949494. Windows color (decimal): -3378256 or 11563980. OLE color: 11563980.

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

Color convert

RGB 204 115 176 -
CMYK 0 0.44 0.14 0.2
HSL 318.88º 0.47% 0.63% -
HSV(B) 318.88º 0.44% 0.8% -
XYZ 38.87 28.23 44.48 -
YUV 148.57 143.49 167.54 -
System Red Green Blue C M Y K H S L
Decimal 204 115 176 0 0.44 0.14 0.2 318.88 0.47 0.63
Hex CC 73 B0 0 2C E 14 13F 2F 3F
Octal 314 163 260 0 54 16 24 477 57 77
Binary 11001100 1110011 10110000 0 101100 1110 10100 100111111 101111 111111

Color Harmonies of #CC73B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC73B0

Black with #CC73B0

Text Example


Text Example

White with #CC73B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC73B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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