#C867BC

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

Shades of Fuchsia #C867BC

Tints of Fuchsia #C867BC

Color information

#C867BC (or 0xC867BC) is unknown color: approx Fuchsia. HEX triplet: C8, 67 and BC. RGB value is (200,103,188). Sum of RGB (Red+Green+Blue) = 200+103+188=491 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.73% from 491); Green value is 103 (40.62% from 255 or 20.98% from 491); Blue value is 188 (73.83% from 255 or 38.29% from 491); Max value from RGB is 200 - color contains mainly: red. Hex color #C867BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C867BC is #379843. Grayscale: #8D8D8D. Windows color (decimal): -3643460 or 12347336. OLE color: 12347336.

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

Color convert

RGB200103188-
CMYK00.480.060.22
HSL307.42º46.86%59.41%-
HSV(B)307.42º48.5%78.43%-
XYZ37.7525.6150.53-
YUV141.69154.14169.59-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.73%
GREEN value IS 103 (40.62% from 255) = 20.98%
BLUE value IS 188 (73.83% from 255) = 38.29%
R=40.73%
G=20.98%
B=38.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20010318800.480.060.22307.4246.8659.41
HexC867BC0306161332f3b
Octal3101472740606264635773
Binary11001000110011110111100011000011010110100110011101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C867BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C867BC; }

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

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

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

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

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

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

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

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