#C762CD

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

Shades of Fuchsia #C762CD

Tints of Fuchsia #C762CD

Color information

#C762CD (or 0xC762CD) is unknown color: approx Fuchsia. HEX triplet: C7, 62 and CD. RGB value is (199,98,205). Sum of RGB (Red+Green+Blue) = 199+98+205=502 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.64% from 502); Green value is 98 (38.67% from 255 or 19.52% from 502); Blue value is 205 (80.47% from 255 or 40.84% from 502); Max value from RGB is 205 - color contains mainly: blue. Hex color #C762CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C762CD is #389D32. Grayscale: #8C8C8C. Windows color (decimal): -3710259 or 13460167. OLE color: 13460167.

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

Color convert

RGB19998205-
CMYK0.030.5200.20
HSL296.64º51.69%59.41%-
HSV(B)296.64º52.2%80.39%-
XYZ38.9425.2960.59-
YUV140.4164.46169.8-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 39.64%
GREEN value IS 98 (38.67% from 255) = 19.52%
BLUE value IS 205 (80.47% from 255) = 40.84%
R=39.64%
G=19.52%
B=40.84%

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
Decimal199982050.030.5200.20296.6451.6959.41
HexC762CD334014129343b
Octal3071423153640244516473
Binary1100011111000101100110111110100010100100101001110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C762CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C762CD; }

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

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

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

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

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

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

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

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