Html Css Color HEX #C96ABD Fuchsia

📋 copy color: '#C96ABD'

red 201 ◦ green 106 ◦ blue 189

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

Shades of Fuchsia #C96ABD

Tints of Fuchsia #C96ABD

RGB

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

 GREEN value IS 106 (41.8% from 255) = 21.37%

 BLUE value IS 189 (74.22% from 255) = 38.1%

R = 40.52%
G = 21.37%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.06

 K value IS 0.21

RGB Variations

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

Color information

#C96ABD (or 0xC96ABD) is known color: Fuchsia. HEX triplet: C9, 6A and BD. RGB value is (201,106,189). Sum of RGB (Red+Green+Blue) = 201+106+189=496 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.52% from 496); Green value is 106 (41.80% from 255 or 21.37% from 496); Blue value is 189 (74.22% from 255 or 38.10% from 496); Max value from RGB is 201 - color contains mainly: red. Hex color #C96ABD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C96ABD is #369542. Grayscale: #8F8F8F. Windows color (decimal): -3577155 or 12413641. OLE color: 12413641.

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

Color convert

RGB 201 106 189 -
CMYK 0 0.47 0.06 0.21
HSL 307.58º 0.47% 0.6% -
HSV(B) 307.58º 0.47% 0.79% -
XYZ 38.43 26.4 51.21 -
YUV 143.87 153.47 168.75 -
System Red Green Blue C M Y K H S L
Decimal 201 106 189 0 0.47 0.06 0.21 307.58 0.47 0.6
Hex C9 6A BD 0 2F 6 15 134 2F 3C
Octal 311 152 275 0 57 6 25 464 57 74
Binary 11001001 1101010 10111101 0 101111 110 10101 100110100 101111 111100

Color Harmonies of #C96ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96ABD

Black with #C96ABD

Text Example


Text Example

White with #C96ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96ABD; }

 p { color: rgb(201,106,189); }

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

background-color css

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

 a { background-color: rgb(201,106,189); }

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

border-color css

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

 span { border-color: rgb(201,106,189); }

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