Html Css Color HEX #C27BA0 Hopbush

📋 copy color: '#C27BA0'

red 194 ◦ green 123 ◦ blue 160

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

Shades of Hopbush #C27BA0

Tints of Hopbush #C27BA0

RGB

 RED value IS 194 (76.17% from 255) = 40.67%

 GREEN value IS 123 (48.44% from 255) = 25.79%

 BLUE value IS 160 (62.89% from 255) = 33.54%

R = 40.67%
G = 25.79%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.18

 K value IS 0.24

RGB Variations

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

Color information

#C27BA0 (or 0xC27BA0) is known color: Hopbush. HEX triplet: C2, 7B and A0. RGB value is (194,123,160). Sum of RGB (Red+Green+Blue) = 194+123+160=477 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.67% from 477); Green value is 123 (48.44% from 255 or 25.79% from 477); Blue value is 160 (62.89% from 255 or 33.54% from 477); Max value from RGB is 194 - color contains mainly: red. Hex color #C27BA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27BA0 is #3D845F. Grayscale: #949494. Windows color (decimal): -4031584 or 10517442. OLE color: 10517442.

HSL color Cylindrical-coordinate representation of color #C27BA0: hue angle of 328.73º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C27BA0 is Cyan = 0, Magento = 0.37, Yellow = 0.18 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 123 160 -
CMYK 0 0.37 0.18 0.24
HSL 328.73º 0.37% 0.62% -
HSV(B) 328.73º 0.37% 0.76% -
XYZ 35.68 28.17 36.82 -
YUV 148.45 134.52 160.49 -
System Red Green Blue C M Y K H S L
Decimal 194 123 160 0 0.37 0.18 0.24 328.73 0.37 0.62
Hex C2 7B A0 0 25 12 18 149 25 3E
Octal 302 173 240 0 45 22 30 511 45 76
Binary 11000010 1111011 10100000 0 100101 10010 11000 101001001 100101 111110

Color Harmonies of #C27BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27BA0

Black with #C27BA0

Text Example


Text Example

White with #C27BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27BA0; }

 p { color: rgb(194,123,160); }

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

background-color css

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

 a { background-color: rgb(194,123,160); }

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

border-color css

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

 span { border-color: rgb(194,123,160); }

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