Html Css Color HEX #C95ACD Fuchsia

📋 copy color: '#C95ACD'

red 201 ◦ green 90 ◦ blue 205

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

Shades of Fuchsia #C95ACD

Tints of Fuchsia #C95ACD

RGB

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

 GREEN value IS 90 (35.55% from 255) = 18.15%

 BLUE value IS 205 (80.47% from 255) = 41.33%

R = 40.52%
G = 18.15%
B = 41.33%

CMYK

 C value IS 0.02

 M value IS 0.56

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C95ACD (or 0xC95ACD) is known color: Fuchsia. HEX triplet: C9, 5A and CD. RGB value is (201,90,205). Sum of RGB (Red+Green+Blue) = 201+90+205=496 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.52% from 496); Green value is 90 (35.55% from 255 or 18.15% from 496); Blue value is 205 (80.47% from 255 or 41.33% from 496); Max value from RGB is 205 - color contains mainly: blue. Hex color #C95ACD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C95ACD is #36A532. Grayscale: #878787. Windows color (decimal): -3581235 or 13458121. OLE color: 13458121.

HSL color Cylindrical-coordinate representation of color #C95ACD: hue angle of 297.91º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C95ACD is Cyan = 0.02, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 201 90 205 -
CMYK 0.02 0.56 0 0.20
HSL 297.91º 0.53% 0.58% -
HSV(B) 297.91º 0.56% 0.8% -
XYZ 38.76 24.14 60.37 -
YUV 136.3 166.77 174.15 -
System Red Green Blue C M Y K H S L
Decimal 201 90 205 0.02 0.56 0 0.20 297.91 0.53 0.58
Hex C9 5A CD 2 38 0 14 12A 35 3A
Octal 311 132 315 2 70 0 24 452 65 72
Binary 11001001 1011010 11001101 10 111000 0 10100 100101010 110101 111010

Color Harmonies of #C95ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95ACD

Black with #C95ACD

Text Example


Text Example

White with #C95ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95ACD; }

 p { color: rgb(201,90,205); }

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

background-color css

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

 a { background-color: rgb(201,90,205); }

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

border-color css

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

 span { border-color: rgb(201,90,205); }

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