Html Css Color HEX #C85BCB Fuchsia

📋 copy color: '#C85BCB'

red 200 ◦ green 91 ◦ blue 203

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

Shades of Fuchsia #C85BCB

Tints of Fuchsia #C85BCB

RGB

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

 GREEN value IS 91 (35.94% from 255) = 18.42%

 BLUE value IS 203 (79.69% from 255) = 41.09%

R = 40.49%
G = 18.42%
B = 41.09%

CMYK

 C value IS 0.01

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C85BCB (or 0xC85BCB) is known color: Fuchsia. HEX triplet: C8, 5B and CB. RGB value is (200,91,203). Sum of RGB (Red+Green+Blue) = 200+91+203=494 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.49% from 494); Green value is 91 (35.94% from 255 or 18.42% from 494); Blue value is 203 (79.69% from 255 or 41.09% from 494); Max value from RGB is 203 - color contains mainly: blue. Hex color #C85BCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C85BCB is #37A434. Grayscale: #888888. Windows color (decimal): -3646517 or 13327304. OLE color: 13327304.

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

Color convert

RGB 200 91 203 -
CMYK 0.01 0.55 0 0.20
HSL 298.39º 0.52% 0.58% -
HSV(B) 298.39º 0.55% 0.8% -
XYZ 38.34 24.07 59.13 -
YUV 136.36 165.61 173.39 -
System Red Green Blue C M Y K H S L
Decimal 200 91 203 0.01 0.55 0 0.20 298.39 0.52 0.58
Hex C8 5B CB 1 37 0 14 12A 34 3A
Octal 310 133 313 1 67 0 24 452 64 72
Binary 11001000 1011011 11001011 1 110111 0 10100 100101010 110100 111010

Color Harmonies of #C85BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85BCB

Black with #C85BCB

Text Example


Text Example

White with #C85BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85BCB; }

 p { color: rgb(200,91,203); }

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

background-color css

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

 a { background-color: rgb(200,91,203); }

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

border-color css

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

 span { border-color: rgb(200,91,203); }

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