#C868BE

Color #C868BE Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #C868BE

Tints of Fuchsia #C868BE

Color information

#C868BE (or 0xC868BE) is unknown color: approx Fuchsia. HEX triplet: C8, 68 and BE. RGB value is (200,104,190). Sum of RGB (Red+Green+Blue) = 200+104+190=494 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.49% from 494); Green value is 104 (41.02% from 255 or 21.05% from 494); Blue value is 190 (74.61% from 255 or 38.46% from 494); Max value from RGB is 200 - color contains mainly: red. Hex color #C868BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C868BE is #379741. Grayscale: #8E8E8E. Windows color (decimal): -3643202 or 12478664. OLE color: 12478664.

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

Color convert

RGB200104190-
CMYK00.480.050.22
HSL306.25º46.6%59.61%-
HSV(B)306.25º48%78.43%-
XYZ38.0625.951.71-
YUV142.51154.8169.01-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.49%
GREEN value IS 104 (41.02% from 255) = 21.05%
BLUE value IS 190 (74.61% from 255) = 38.46%
R=40.49%
G=21.05%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20010419000.480.050.22306.2546.659.61
HexC868BE0305161322f3c
Octal3101502760605264625774
Binary11001000110100010111110011000010110110100110010101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C868BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C868BE; }

 p { color: rgb(200,104,190); }

 H1.HeaderClassName
 {
   color: #C868BE;
 }
 .AnyTagClassName
 {
   color: #C868BE;
 }
</style>
background-color css

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

 a { background-color: rgb(200,104,190); }

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

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

 span { border-color: rgb(200,104,190); }

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