#C165CA

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

Shades of Fuchsia #C165CA

Tints of Fuchsia #C165CA

Color information

#C165CA (or 0xC165CA) is unknown color: approx Fuchsia. HEX triplet: C1, 65 and CA. RGB value is (193,101,202). Sum of RGB (Red+Green+Blue) = 193+101+202=496 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.91% from 496); Green value is 101 (39.84% from 255 or 20.36% from 496); Blue value is 202 (79.30% from 255 or 40.73% from 496); Max value from RGB is 202 - color contains mainly: blue. Hex color #C165CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C165CA is #3E9A35. Grayscale: #8B8B8B. Windows color (decimal): -4102710 or 13264321. OLE color: 13264321.

HSL color Cylindrical-coordinate representation of color #C165CA: hue angle of 294.65º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C165CA is Cyan = 0.04, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB193101202-
CMYK0.040.5000.21
HSL294.65º48.79%59.41%-
HSV(B)294.65º50%79.22%-
XYZ37.3124.9158.72-
YUV140.02162.98165.79-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.91%
GREEN value IS 101 (39.84% from 255) = 20.36%
BLUE value IS 202 (79.30% from 255) = 40.73%
R=38.91%
G=20.36%
B=40.73%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1931012020.040.5000.21294.6548.7959.41
HexC165CA432015127313b
Octal3011453124620254476173
Binary11000001110010111001010100110010010101100100111110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C165CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C165CA; }

 p { color: rgb(193,101,202); }

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

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

 a { background-color: rgb(193,101,202); }

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

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

 span { border-color: rgb(193,101,202); }

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