Html Css Color HEX #CC6FB0 Hopbush

📋 copy color: '#CC6FB0'

red 204 ◦ green 111 ◦ blue 176

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

Shades of Hopbush #CC6FB0

Tints of Hopbush #CC6FB0

RGB

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

 GREEN value IS 111 (43.75% from 255) = 22.61%

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

R = 41.55%
G = 22.61%
B = 35.85%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.14

 K value IS 0.2

RGB Variations

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

Color information

#CC6FB0 (or 0xCC6FB0) is known color: Hopbush. HEX triplet: CC, 6F and B0. RGB value is (204,111,176). Sum of RGB (Red+Green+Blue) = 204+111+176=491 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.55% from 491); Green value is 111 (43.75% from 255 or 22.61% from 491); Blue value is 176 (69.14% from 255 or 35.85% from 491); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6FB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6FB0 is #33904F. Grayscale: #929292. Windows color (decimal): -3379280 or 11562956. OLE color: 11562956.

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

Color convert

RGB 204 111 176 -
CMYK 0 0.46 0.14 0.2
HSL 318.06º 0.48% 0.62% -
HSV(B) 318.06º 0.46% 0.8% -
XYZ 38.42 27.34 44.33 -
YUV 146.22 144.81 169.21 -
System Red Green Blue C M Y K H S L
Decimal 204 111 176 0 0.46 0.14 0.2 318.06 0.48 0.62
Hex CC 6F B0 0 2E E 14 13E 30 3E
Octal 314 157 260 0 56 16 24 476 60 76
Binary 11001100 1101111 10110000 0 101110 1110 10100 100111110 110000 111110

Color Harmonies of #CC6FB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6FB0

Black with #CC6FB0

Text Example


Text Example

White with #CC6FB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6FB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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