Html Css Color HEX #C96DB5 Fuchsia

📋 copy color: '#C96DB5'

red 201 ◦ green 109 ◦ blue 181

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

Shades of Fuchsia #C96DB5

Tints of Fuchsia #C96DB5

RGB

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

 GREEN value IS 109 (42.97% from 255) = 22.2%

 BLUE value IS 181 (71.09% from 255) = 36.86%

R = 40.94%
G = 22.2%
B = 36.86%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.10

 K value IS 0.21

RGB Variations

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

Color information

#C96DB5 (or 0xC96DB5) is known color: Fuchsia. HEX triplet: C9, 6D and B5. RGB value is (201,109,181). Sum of RGB (Red+Green+Blue) = 201+109+181=491 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.94% from 491); Green value is 109 (42.97% from 255 or 22.20% from 491); Blue value is 181 (71.09% from 255 or 36.86% from 491); Max value from RGB is 201 - color contains mainly: red. Hex color #C96DB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C96DB5 is #36924A. Grayscale: #909090. Windows color (decimal): -3576395 or 11890121. OLE color: 11890121.

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

Color convert

RGB 201 109 181 -
CMYK 0 0.46 0.10 0.21
HSL 313.04º 0.46% 0.61% -
HSV(B) 313.04º 0.46% 0.79% -
XYZ 37.9 26.69 46.87 -
YUV 144.72 148.48 168.15 -
System Red Green Blue C M Y K H S L
Decimal 201 109 181 0 0.46 0.10 0.21 313.04 0.46 0.61
Hex C9 6D B5 0 2E A 15 139 2E 3D
Octal 311 155 265 0 56 12 25 471 56 75
Binary 11001001 1101101 10110101 0 101110 1010 10101 100111001 101110 111101

Color Harmonies of #C96DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96DB5

Black with #C96DB5

Text Example


Text Example

White with #C96DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96DB5; }

 p { color: rgb(201,109,181); }

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

background-color css

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

 a { background-color: rgb(201,109,181); }

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

border-color css

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

 span { border-color: rgb(201,109,181); }

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