Html Css Color HEX #C85EB4 Fuchsia

📋 copy color: '#C85EB4'

red 200 ◦ green 94 ◦ blue 180

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

Shades of Fuchsia #C85EB4

Tints of Fuchsia #C85EB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 37.97%

R = 42.19%
G = 19.83%
B = 37.97%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.1

 K value IS 0.22

RGB Variations

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

Color information

#C85EB4 (or 0xC85EB4) is known color: Fuchsia. HEX triplet: C8, 5E and B4. RGB value is (200,94,180). Sum of RGB (Red+Green+Blue) = 200+94+180=474 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.19% from 474); Green value is 94 (37.11% from 255 or 19.83% from 474); Blue value is 180 (70.70% from 255 or 37.97% from 474); Max value from RGB is 200 - color contains mainly: red. Hex color #C85EB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C85EB4 is #37A14B. Grayscale: #878787. Windows color (decimal): -3645772 or 11820744. OLE color: 11820744.

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

Color convert

RGB 200 94 180 -
CMYK 0 0.53 0.1 0.22
HSL 311.32º 0.49% 0.58% -
HSV(B) 311.32º 0.53% 0.78% -
XYZ 36.06 23.58 45.83 -
YUV 135.5 153.12 174.01 -
System Red Green Blue C M Y K H S L
Decimal 200 94 180 0 0.53 0.1 0.22 311.32 0.49 0.58
Hex C8 5E B4 0 35 A 16 137 31 3A
Octal 310 136 264 0 65 12 26 467 61 72
Binary 11001000 1011110 10110100 0 110101 1010 10110 100110111 110001 111010

Color Harmonies of #C85EB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85EB4

Black with #C85EB4

Text Example


Text Example

White with #C85EB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85EB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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