Html Css Color HEX #C95DCD Fuchsia

📋 copy color: '#C95DCD'

red 201 ◦ green 93 ◦ blue 205

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

Shades of Fuchsia #C95DCD

Tints of Fuchsia #C95DCD

RGB

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

 GREEN value IS 93 (36.72% from 255) = 18.64%

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

R = 40.28%
G = 18.64%
B = 41.08%

CMYK

 C value IS 0.02

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C95DCD (or 0xC95DCD) is known color: Fuchsia. HEX triplet: C9, 5D and CD. RGB value is (201,93,205). Sum of RGB (Red+Green+Blue) = 201+93+205=499 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.28% from 499); Green value is 93 (36.72% from 255 or 18.64% from 499); Blue value is 205 (80.47% from 255 or 41.08% from 499); Max value from RGB is 205 - color contains mainly: blue. Hex color #C95DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C95DCD is #36A232. Grayscale: #898989. Windows color (decimal): -3580467 or 13458889. OLE color: 13458889.

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

Color convert

RGB 201 93 205 -
CMYK 0.02 0.55 0 0.20
HSL 297.86º 0.53% 0.58% -
HSV(B) 297.86º 0.55% 0.8% -
XYZ 39.02 24.65 60.46 -
YUV 138.06 165.78 172.89 -
System Red Green Blue C M Y K H S L
Decimal 201 93 205 0.02 0.55 0 0.20 297.86 0.53 0.58
Hex C9 5D CD 2 37 0 14 12A 35 3A
Octal 311 135 315 2 67 0 24 452 65 72
Binary 11001001 1011101 11001101 10 110111 0 10100 100101010 110101 111010

Color Harmonies of #C95DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95DCD

Black with #C95DCD

Text Example


Text Example

White with #C95DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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