#C867B7

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

Shades of Fuchsia #C867B7

Tints of Fuchsia #C867B7

Color information

#C867B7 (or 0xC867B7) is unknown color: approx Fuchsia. HEX triplet: C8, 67 and B7. RGB value is (200,103,183). Sum of RGB (Red+Green+Blue) = 200+103+183=486 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.15% from 486); Green value is 103 (40.62% from 255 or 21.19% from 486); Blue value is 183 (71.88% from 255 or 37.65% from 486); Max value from RGB is 200 - color contains mainly: red. Hex color #C867B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C867B7 is #379848. Grayscale: #8C8C8C. Windows color (decimal): -3643465 or 12019656. OLE color: 12019656.

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

Color convert

RGB200103183-
CMYK00.480.080.22
HSL310.52º46.86%59.41%-
HSV(B)310.52º48.5%78.43%-
XYZ37.2225.447.74-
YUV141.12151.64170-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 41.15%
GREEN value IS 103 (40.62% from 255) = 21.19%
BLUE value IS 183 (71.88% from 255) = 37.65%
R=41.15%
G=21.19%
B=37.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.08
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20010318300.480.080.22310.5246.8659.41
HexC867B70308161372f3b
Octal31014726706010264675773
Binary110010001100111101101110110000100010110100110111101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C867B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C867B7; }

 p { color: rgb(200,103,183); }

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

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

 a { background-color: rgb(200,103,183); }

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

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

 span { border-color: rgb(200,103,183); }

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