Html Css Color HEX #C85DB6 Fuchsia

📋 copy color: '#C85DB6'

red 200 ◦ green 93 ◦ blue 182

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

Shades of Fuchsia #C85DB6

Tints of Fuchsia #C85DB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 38.32%

R = 42.11%
G = 19.58%
B = 38.32%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.09

 K value IS 0.22

RGB Variations

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

Color information

#C85DB6 (or 0xC85DB6) is known color: Fuchsia. HEX triplet: C8, 5D and B6. RGB value is (200,93,182). Sum of RGB (Red+Green+Blue) = 200+93+182=475 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.11% from 475); Green value is 93 (36.72% from 255 or 19.58% from 475); Blue value is 182 (71.48% from 255 or 38.32% from 475); Max value from RGB is 200 - color contains mainly: red. Hex color #C85DB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C85DB6 is #37A249. Grayscale: #868686. Windows color (decimal): -3646026 or 11951560. OLE color: 11951560.

HSL color Cylindrical-coordinate representation of color #C85DB6: hue angle of 310.09º 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 #C85DB6 is Cyan = 0, Magento = 0.54, Yellow = 0.09 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 93 182 -
CMYK 0 0.54 0.09 0.22
HSL 310.09º 0.49% 0.57% -
HSV(B) 310.09º 0.54% 0.78% -
XYZ 36.18 23.49 46.88 -
YUV 135.14 154.45 174.26 -
System Red Green Blue C M Y K H S L
Decimal 200 93 182 0 0.54 0.09 0.22 310.09 0.49 0.57
Hex C8 5D B6 0 36 9 16 136 31 39
Octal 310 135 266 0 66 11 26 466 61 71
Binary 11001000 1011101 10110110 0 110110 1001 10110 100110110 110001 111001

Color Harmonies of #C85DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85DB6

Black with #C85DB6

Text Example


Text Example

White with #C85DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85DB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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