Html Css Color HEX #C85DC6 Fuchsia

📋 copy color: '#C85DC6'

red 200 ◦ green 93 ◦ blue 198

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

Shades of Fuchsia #C85DC6

Tints of Fuchsia #C85DC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 40.33%

R = 40.73%
G = 18.94%
B = 40.33%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.01

 K value IS 0.22

RGB Variations

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

Color information

#C85DC6 (or 0xC85DC6) is known color: Fuchsia. HEX triplet: C8, 5D and C6. RGB value is (200,93,198). Sum of RGB (Red+Green+Blue) = 200+93+198=491 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.73% from 491); Green value is 93 (36.72% from 255 or 18.94% from 491); Blue value is 198 (77.73% from 255 or 40.33% from 491); Max value from RGB is 200 - color contains mainly: red. Hex color #C85DC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C85DC6 is #37A239. Grayscale: #888888. Windows color (decimal): -3646010 or 13000136. OLE color: 13000136.

HSL color Cylindrical-coordinate representation of color #C85DC6: hue angle of 301.12º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C85DC6 is Cyan = 0, Magento = 0.54, Yellow = 0.01 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 93 198 -
CMYK 0 0.54 0.01 0.22
HSL 301.12º 0.49% 0.57% -
HSV(B) 301.12º 0.54% 0.78% -
XYZ 37.93 24.19 56.1 -
YUV 136.96 162.45 172.96 -
System Red Green Blue C M Y K H S L
Decimal 200 93 198 0 0.54 0.01 0.22 301.12 0.49 0.57
Hex C8 5D C6 0 36 1 16 12D 31 39
Octal 310 135 306 0 66 1 26 455 61 71
Binary 11001000 1011101 11000110 0 110110 1 10110 100101101 110001 111001

Color Harmonies of #C85DC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85DC6

Black with #C85DC6

Text Example


Text Example

White with #C85DC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85DC6; }

 p { color: rgb(200,93,198); }

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

background-color css

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

 a { background-color: rgb(200,93,198); }

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

border-color css

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

 span { border-color: rgb(200,93,198); }

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