Html Css Color HEX #C858CD Fuchsia

📋 copy color: '#C858CD'

red 200 ◦ green 88 ◦ blue 205

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

Shades of Fuchsia #C858CD

Tints of Fuchsia #C858CD

RGB

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

 GREEN value IS 88 (34.77% from 255) = 17.85%

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

R = 40.57%
G = 17.85%
B = 41.58%

CMYK

 C value IS 0.02

 M value IS 0.57

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C858CD (or 0xC858CD) is known color: Fuchsia. HEX triplet: C8, 58 and CD. RGB value is (200,88,205). Sum of RGB (Red+Green+Blue) = 200+88+205=493 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.57% from 493); Green value is 88 (34.77% from 255 or 17.85% from 493); Blue value is 205 (80.47% from 255 or 41.58% from 493); Max value from RGB is 205 - color contains mainly: blue. Hex color #C858CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C858CD is #37A732. Grayscale: #868686. Windows color (decimal): -3647283 or 13457608. OLE color: 13457608.

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

Color convert

RGB 200 88 205 -
CMYK 0.02 0.57 0 0.20
HSL 297.44º 0.54% 0.57% -
HSV(B) 297.44º 0.57% 0.8% -
XYZ 38.33 23.67 60.31 -
YUV 134.83 167.61 174.49 -
System Red Green Blue C M Y K H S L
Decimal 200 88 205 0.02 0.57 0 0.20 297.44 0.54 0.57
Hex C8 58 CD 2 39 0 14 129 36 39
Octal 310 130 315 2 71 0 24 451 66 71
Binary 11001000 1011000 11001101 10 111001 0 10100 100101001 110110 111001

Color Harmonies of #C858CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C858CD

Black with #C858CD

Text Example


Text Example

White with #C858CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C858CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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