#C763CD

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

Shades of Fuchsia #C763CD

Tints of Fuchsia #C763CD

Color information

#C763CD (or 0xC763CD) is unknown color: approx Fuchsia. HEX triplet: C7, 63 and CD. RGB value is (199,99,205). Sum of RGB (Red+Green+Blue) = 199+99+205=503 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.56% from 503); Green value is 99 (39.06% from 255 or 19.68% from 503); Blue value is 205 (80.47% from 255 or 40.76% from 503); Max value from RGB is 205 - color contains mainly: blue. Hex color #C763CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C763CD is #389C32. Grayscale: #8C8C8C. Windows color (decimal): -3710003 or 13460423. OLE color: 13460423.

HSL color Cylindrical-coordinate representation of color #C763CD: hue angle of 296.6º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C763CD is Cyan = 0.03, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB19999205-
CMYK0.030.5200.20
HSL296.6º51.46%59.61%-
HSV(B)296.6º51.71%80.39%-
XYZ39.0325.4760.62-
YUV140.98164.13169.38-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 39.56%
GREEN value IS 99 (39.06% from 255) = 19.68%
BLUE value IS 205 (80.47% from 255) = 40.76%
R=39.56%
G=19.68%
B=40.76%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal199992050.030.5200.20296.651.4659.61
HexC763CD334014129333c
Octal3071433153640244516374
Binary1100011111000111100110111110100010100100101001110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C763CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C763CD; }

 p { color: rgb(199,99,205); }

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

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

 a { background-color: rgb(199,99,205); }

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

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

 span { border-color: rgb(199,99,205); }

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