#C267B8

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

Shades of Fuchsia #C267B8

Tints of Fuchsia #C267B8

Color information

#C267B8 (or 0xC267B8) is unknown color: approx Fuchsia. HEX triplet: C2, 67 and B8. RGB value is (194,103,184). Sum of RGB (Red+Green+Blue) = 194+103+184=481 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.33% from 481); Green value is 103 (40.62% from 255 or 21.41% from 481); Blue value is 184 (72.27% from 255 or 38.25% from 481); Max value from RGB is 194 - color contains mainly: red. Hex color #C267B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C267B8 is #3D9847. Grayscale: #8B8B8B. Windows color (decimal): -4036680 or 12085186. OLE color: 12085186.

HSL color Cylindrical-coordinate representation of color #C267B8: hue angle of 306.59º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C267B8 is Cyan = 0, Magento = 0.47, Yellow = 0.05 and Black (K on CMYK) = 0.24.

Color convert

RGB194103184-
CMYK00.470.050.24
HSL306.59º42.72%58.24%-
HSV(B)306.59º46.91%76.08%-
XYZ35.7524.6348.22-
YUV139.44153.15166.91-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40.33%
GREEN value IS 103 (40.62% from 255) = 21.41%
BLUE value IS 184 (72.27% from 255) = 38.25%
R=40.33%
G=21.41%
B=38.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.05
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19410318400.470.050.24306.5942.7258.24
HexC267B802F5181332b3a
Octal3021472700575304635372
Binary11000010110011110111000010111110111000100110011101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C267B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C267B8; }

 p { color: rgb(194,103,184); }

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

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

 a { background-color: rgb(194,103,184); }

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

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

 span { border-color: rgb(194,103,184); }

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