#C267B7

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

Shades of Fuchsia #C267B7

Tints of Fuchsia #C267B7

Color information

#C267B7 (or 0xC267B7) is unknown color: approx Fuchsia. HEX triplet: C2, 67 and B7. RGB value is (194,103,183). Sum of RGB (Red+Green+Blue) = 194+103+183=480 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.42% from 480); Green value is 103 (40.62% from 255 or 21.46% from 480); Blue value is 183 (71.88% from 255 or 38.12% from 480); Max value from RGB is 194 - color contains mainly: red. Hex color #C267B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C267B7 is #3D9848. Grayscale: #8B8B8B. Windows color (decimal): -4036681 or 12019650. OLE color: 12019650.

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

Color convert

RGB194103183-
CMYK00.470.060.24
HSL307.25º42.72%58.24%-
HSV(B)307.25º46.91%76.08%-
XYZ35.6524.5947.67-
YUV139.33152.65167-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40.42%
GREEN value IS 103 (40.62% from 255) = 21.46%
BLUE value IS 183 (71.88% from 255) = 38.12%
R=40.42%
G=21.46%
B=38.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.06
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19410318300.470.060.24307.2542.7258.24
HexC267B702F6181332b3a
Octal3021472670576304635372
Binary11000010110011110110111010111111011000100110011101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C267B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C267B7; }

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

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

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

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

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

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

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

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