Html Css Color HEX #C854CD Fuchsia

📋 copy color: '#C854CD'

red 200 ◦ green 84 ◦ blue 205

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

Shades of Fuchsia #C854CD

Tints of Fuchsia #C854CD

RGB

 RED value IS 200 (78.52% from 255) = 40.9%

 GREEN value IS 84 (33.2% from 255) = 17.18%

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

R = 40.9%
G = 17.18%
B = 41.92%

CMYK

 C value IS 0.02

 M value IS 0.59

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C854CD (or 0xC854CD) is known color: Fuchsia. HEX triplet: C8, 54 and CD. RGB value is (200,84,205). Sum of RGB (Red+Green+Blue) = 200+84+205=489 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.90% from 489); Green value is 84 (33.20% from 255 or 17.18% from 489); Blue value is 205 (80.47% from 255 or 41.92% from 489); Max value from RGB is 205 - color contains mainly: blue. Hex color #C854CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C854CD is #37AB32. Grayscale: #848484. Windows color (decimal): -3648307 or 13456584. OLE color: 13456584.

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

Color convert

RGB 200 84 205 -
CMYK 0.02 0.59 0 0.20
HSL 297.52º 0.55% 0.57% -
HSV(B) 297.52º 0.59% 0.8% -
XYZ 38.01 23.03 60.2 -
YUV 132.48 168.93 176.16 -
System Red Green Blue C M Y K H S L
Decimal 200 84 205 0.02 0.59 0 0.20 297.52 0.55 0.57
Hex C8 54 CD 2 3B 0 14 12A 37 39
Octal 310 124 315 2 73 0 24 452 67 71
Binary 11001000 1010100 11001101 10 111011 0 10100 100101010 110111 111001

Color Harmonies of #C854CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C854CD

Black with #C854CD

Text Example


Text Example

White with #C854CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C854CD; }

 p { color: rgb(200,84,205); }

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

background-color css

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

 a { background-color: rgb(200,84,205); }

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

border-color css

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

 span { border-color: rgb(200,84,205); }

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