Html Css Color HEX #C85DB9 Fuchsia

📋 copy color: '#C85DB9'

red 200 ◦ green 93 ◦ blue 185

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

Shades of Fuchsia #C85DB9

Tints of Fuchsia #C85DB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 38.7%

R = 41.84%
G = 19.46%
B = 38.7%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.08

 K value IS 0.22

RGB Variations

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

Color information

#C85DB9 (or 0xC85DB9) is known color: Fuchsia. HEX triplet: C8, 5D and B9. RGB value is (200,93,185). Sum of RGB (Red+Green+Blue) = 200+93+185=478 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.84% from 478); Green value is 93 (36.72% from 255 or 19.46% from 478); Blue value is 185 (72.66% from 255 or 38.70% from 478); Max value from RGB is 200 - color contains mainly: red. Hex color #C85DB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C85DB9 is #37A246. Grayscale: #878787. Windows color (decimal): -3646023 or 12148168. OLE color: 12148168.

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

Color convert

RGB 200 93 185 -
CMYK 0 0.54 0.08 0.22
HSL 308.41º 0.49% 0.57% -
HSV(B) 308.41º 0.54% 0.78% -
XYZ 36.49 23.61 48.53 -
YUV 135.48 155.95 174.02 -
System Red Green Blue C M Y K H S L
Decimal 200 93 185 0 0.54 0.08 0.22 308.41 0.49 0.57
Hex C8 5D B9 0 36 8 16 134 31 39
Octal 310 135 271 0 66 10 26 464 61 71
Binary 11001000 1011101 10111001 0 110110 1000 10110 100110100 110001 111001

Color Harmonies of #C85DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85DB9

Black with #C85DB9

Text Example


Text Example

White with #C85DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85DB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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