Html Css Color HEX #C864B5 Fuchsia

📋 copy color: '#C864B5'

red 200 ◦ green 100 ◦ blue 181

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

Shades of Fuchsia #C864B5

Tints of Fuchsia #C864B5

RGB

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

 GREEN value IS 100 (39.45% from 255) = 20.79%

 BLUE value IS 181 (71.09% from 255) = 37.63%

R = 41.58%
G = 20.79%
B = 37.63%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.09

 K value IS 0.22

RGB Variations

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

Color information

#C864B5 (or 0xC864B5) is known color: Fuchsia. HEX triplet: C8, 64 and B5. RGB value is (200,100,181). Sum of RGB (Red+Green+Blue) = 200+100+181=481 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.58% from 481); Green value is 100 (39.45% from 255 or 20.79% from 481); Blue value is 181 (71.09% from 255 or 37.63% from 481); Max value from RGB is 200 - color contains mainly: red. Hex color #C864B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C864B5 is #379B4A. Grayscale: #8A8A8A. Windows color (decimal): -3644235 or 11887816. OLE color: 11887816.

HSL color Cylindrical-coordinate representation of color #C864B5: hue angle of 311.4º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C864B5 is Cyan = 0, Magento = 0.5, Yellow = 0.09 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 100 181 -
CMYK 0 0.5 0.09 0.22
HSL 311.4º 0.48% 0.59% -
HSV(B) 311.4º 0.5% 0.78% -
XYZ 36.72 24.73 46.55 -
YUV 139.13 151.63 171.41 -
System Red Green Blue C M Y K H S L
Decimal 200 100 181 0 0.5 0.09 0.22 311.4 0.48 0.59
Hex C8 64 B5 0 32 9 16 137 30 3B
Octal 310 144 265 0 62 11 26 467 60 73
Binary 11001000 1100100 10110101 0 110010 1001 10110 100110111 110000 111011

Color Harmonies of #C864B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C864B5

Black with #C864B5

Text Example


Text Example

White with #C864B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C864B5; }

 p { color: rgb(200,100,181); }

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

background-color css

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

 a { background-color: rgb(200,100,181); }

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

border-color css

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

 span { border-color: rgb(200,100,181); }

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