#C067BD

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

Shades of Fuchsia #C067BD

Tints of Fuchsia #C067BD

Color information

#C067BD (or 0xC067BD) is unknown color: approx Fuchsia. HEX triplet: C0, 67 and BD. RGB value is (192,103,189). Sum of RGB (Red+Green+Blue) = 192+103+189=484 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.67% from 484); Green value is 103 (40.62% from 255 or 21.28% from 484); Blue value is 189 (74.22% from 255 or 39.05% from 484); Max value from RGB is 192 - color contains mainly: red. Hex color #C067BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C067BD is #3F9842. Grayscale: #8B8B8B. Windows color (decimal): -4167747 or 12412864. OLE color: 12412864.

HSL color Cylindrical-coordinate representation of color #C067BD: hue angle of 302.02º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C067BD is Cyan = 0, Magento = 0.46, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB192103189-
CMYK00.460.020.25
HSL302.02º41.4%57.84%-
HSV(B)302.02º46.35%75.29%-
XYZ35.7724.5851-
YUV139.42155.99165.51-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.67%
GREEN value IS 103 (40.62% from 255) = 21.28%
BLUE value IS 189 (74.22% from 255) = 39.05%
R=39.67%
G=21.28%
B=39.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19210318900.460.020.25302.0241.457.84
HexC067BD02E21912e293a
Octal3001472750562314565172
Binary1100000011001111011110101011101011001100101110101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C067BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C067BD; }

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

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

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

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

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

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

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

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