Html Css Color HEX #C27DA0 Hopbush

📋 copy color: '#C27DA0'

red 194 ◦ green 125 ◦ blue 160

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

Shades of Hopbush #C27DA0

Tints of Hopbush #C27DA0

RGB

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

 GREEN value IS 125 (49.22% from 255) = 26.1%

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

R = 40.5%
G = 26.1%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.18

 K value IS 0.24

RGB Variations

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

Color information

#C27DA0 (or 0xC27DA0) is known color: Hopbush. HEX triplet: C2, 7D and A0. RGB value is (194,125,160). Sum of RGB (Red+Green+Blue) = 194+125+160=479 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.50% from 479); Green value is 125 (49.22% from 255 or 26.10% from 479); Blue value is 160 (62.89% from 255 or 33.40% from 479); Max value from RGB is 194 - color contains mainly: red. Hex color #C27DA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27DA0 is #3D825F. Grayscale: #959595. Windows color (decimal): -4031072 or 10517954. OLE color: 10517954.

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

Color convert

RGB 194 125 160 -
CMYK 0 0.36 0.18 0.24
HSL 329.57º 0.36% 0.63% -
HSV(B) 329.57º 0.36% 0.76% -
XYZ 35.93 28.67 36.9 -
YUV 149.62 133.86 159.65 -
System Red Green Blue C M Y K H S L
Decimal 194 125 160 0 0.36 0.18 0.24 329.57 0.36 0.63
Hex C2 7D A0 0 24 12 18 14A 24 3F
Octal 302 175 240 0 44 22 30 512 44 77
Binary 11000010 1111101 10100000 0 100100 10010 11000 101001010 100100 111111

Color Harmonies of #C27DA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27DA0

Black with #C27DA0

Text Example


Text Example

White with #C27DA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27DA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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