#C069BD

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

Shades of Fuchsia #C069BD

Tints of Fuchsia #C069BD

Color information

#C069BD (or 0xC069BD) is unknown color: approx Fuchsia. HEX triplet: C0, 69 and BD. RGB value is (192,105,189). Sum of RGB (Red+Green+Blue) = 192+105+189=486 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.51% from 486); Green value is 105 (41.41% from 255 or 21.60% from 486); Blue value is 189 (74.22% from 255 or 38.89% from 486); Max value from RGB is 192 - color contains mainly: red. Hex color #C069BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C069BD is #3F9642. Grayscale: #8C8C8C. Windows color (decimal): -4167235 or 12413376. OLE color: 12413376.

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

Color convert

RGB192105189-
CMYK00.450.020.25
HSL302.07º40.85%58.24%-
HSV(B)302.07º45.31%75.29%-
XYZ35.9824.9851.07-
YUV140.59155.32164.67-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.51%
GREEN value IS 105 (41.41% from 255) = 21.60%
BLUE value IS 189 (74.22% from 255) = 38.89%
R=39.51%
G=21.60%
B=38.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19210518900.450.020.25302.0740.8558.24
HexC069BD02D21912e293a
Octal3001512750552314565172
Binary1100000011010011011110101011011011001100101110101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C069BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C069BD; }

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

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

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

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

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

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

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

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