Html Css Color HEX #C96CA1 Hopbush

📋 copy color: '#C96CA1'

red 201 ◦ green 108 ◦ blue 161

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

Shades of Hopbush #C96CA1

Tints of Hopbush #C96CA1

RGB

 RED value IS 201 (78.91% from 255) = 42.77%

 GREEN value IS 108 (42.58% from 255) = 22.98%

 BLUE value IS 161 (63.28% from 255) = 34.26%

R = 42.77%
G = 22.98%
B = 34.26%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.20

 K value IS 0.21

RGB Variations

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

Color information

#C96CA1 (or 0xC96CA1) is known color: Hopbush. HEX triplet: C9, 6C and A1. RGB value is (201,108,161). Sum of RGB (Red+Green+Blue) = 201+108+161=470 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.77% from 470); Green value is 108 (42.58% from 255 or 22.98% from 470); Blue value is 161 (63.28% from 255 or 34.26% from 470); Max value from RGB is 201 - color contains mainly: red. Hex color #C96CA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C96CA1 is #36935E. Grayscale: #8D8D8D. Windows color (decimal): -3576671 or 10579145. OLE color: 10579145.

HSL color Cylindrical-coordinate representation of color #C96CA1: hue angle of 325.81º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C96CA1 is Cyan = 0, Magento = 0.46, Yellow = 0.20 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 108 161 -
CMYK 0 0.46 0.20 0.21
HSL 325.81º 0.46% 0.61% -
HSV(B) 325.81º 0.46% 0.79% -
XYZ 35.88 25.72 36.79 -
YUV 141.85 138.81 170.19 -
System Red Green Blue C M Y K H S L
Decimal 201 108 161 0 0.46 0.20 0.21 325.81 0.46 0.61
Hex C9 6C A1 0 2E 14 15 146 2E 3D
Octal 311 154 241 0 56 24 25 506 56 75
Binary 11001001 1101100 10100001 0 101110 10100 10101 101000110 101110 111101

Color Harmonies of #C96CA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96CA1

Black with #C96CA1

Text Example


Text Example

White with #C96CA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96CA1; }

 p { color: rgb(201,108,161); }

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

background-color css

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

 a { background-color: rgb(201,108,161); }

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

border-color css

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

 span { border-color: rgb(201,108,161); }

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