Html Css Color HEX #C85EBA Fuchsia

📋 copy color: '#C85EBA'

red 200 ◦ green 94 ◦ blue 186

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

Shades of Fuchsia #C85EBA

Tints of Fuchsia #C85EBA

RGB

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

 GREEN value IS 94 (37.11% from 255) = 19.58%

 BLUE value IS 186 (73.05% from 255) = 38.75%

R = 41.67%
G = 19.58%
B = 38.75%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.07

 K value IS 0.22

RGB Variations

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

Color information

#C85EBA (or 0xC85EBA) is known color: Fuchsia. HEX triplet: C8, 5E and BA. RGB value is (200,94,186). Sum of RGB (Red+Green+Blue) = 200+94+186=480 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.67% from 480); Green value is 94 (37.11% from 255 or 19.58% from 480); Blue value is 186 (73.05% from 255 or 38.75% from 480); Max value from RGB is 200 - color contains mainly: red. Hex color #C85EBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C85EBA is #37A145. Grayscale: #878787. Windows color (decimal): -3645766 or 12213960. OLE color: 12213960.

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

Color convert

RGB 200 94 186 -
CMYK 0 0.53 0.07 0.22
HSL 307.92º 0.49% 0.58% -
HSV(B) 307.92º 0.53% 0.78% -
XYZ 36.69 23.83 49.12 -
YUV 136.18 156.12 173.52 -
System Red Green Blue C M Y K H S L
Decimal 200 94 186 0 0.53 0.07 0.22 307.92 0.49 0.58
Hex C8 5E BA 0 35 7 16 134 31 3A
Octal 310 136 272 0 65 7 26 464 61 72
Binary 11001000 1011110 10111010 0 110101 111 10110 100110100 110001 111010

Color Harmonies of #C85EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85EBA

Black with #C85EBA

Text Example


Text Example

White with #C85EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85EBA; }

 p { color: rgb(200,94,186); }

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

background-color css

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

 a { background-color: rgb(200,94,186); }

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

border-color css

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

 span { border-color: rgb(200,94,186); }

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