#C767BD

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

Shades of Fuchsia #C767BD

Tints of Fuchsia #C767BD

Color information

#C767BD (or 0xC767BD) is unknown color: approx Fuchsia. HEX triplet: C7, 67 and BD. RGB value is (199,103,189). Sum of RGB (Red+Green+Blue) = 199+103+189=491 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.53% from 491); Green value is 103 (40.62% from 255 or 20.98% from 491); Blue value is 189 (74.22% from 255 or 38.49% from 491); Max value from RGB is 199 - color contains mainly: red. Hex color #C767BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C767BD is #389842. Grayscale: #8D8D8D. Windows color (decimal): -3708995 or 12412871. OLE color: 12412871.

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

Color convert

RGB199103189-
CMYK00.480.050.22
HSL306.25º46.15%59.22%-
HSV(B)306.25º48.24%78.04%-
XYZ37.5925.5251.09-
YUV141.51154.8169.01-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 40.53%
GREEN value IS 103 (40.62% from 255) = 20.98%
BLUE value IS 189 (74.22% from 255) = 38.49%
R=40.53%
G=20.98%
B=38.49%

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
Decimal19910318900.480.050.22306.2546.1559.22
HexC767BD0305161322e3b
Octal3071472750605264625673
Binary11000111110011110111101011000010110110100110010101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C767BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C767BD; }

 p { color: rgb(199,103,189); }

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

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

 a { background-color: rgb(199,103,189); }

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

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

 span { border-color: rgb(199,103,189); }

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