#C65CCD

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

Shades of Fuchsia #C65CCD

Tints of Fuchsia #C65CCD

Color information

#C65CCD (or 0xC65CCD) is unknown color: approx Fuchsia. HEX triplet: C6, 5C and CD. RGB value is (198,92,205). Sum of RGB (Red+Green+Blue) = 198+92+205=495 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40% from 495); Green value is 92 (36.33% from 255 or 18.59% from 495); Blue value is 205 (80.47% from 255 or 41.41% from 495); Max value from RGB is 205 - color contains mainly: blue. Hex color #C65CCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C65CCD is #39A332. Grayscale: #888888. Windows color (decimal): -3777331 or 13458630. OLE color: 13458630.

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

Color convert

RGB19892205-
CMYK0.030.5500.20
HSL296.28º53.05%58.24%-
HSV(B)296.28º55.12%80.39%-
XYZ38.1424.0760.39-
YUV136.58166.62171.81-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40%
GREEN value IS 92 (36.33% from 255) = 18.59%
BLUE value IS 205 (80.47% from 255) = 41.41%
R=40%
G=18.59%
B=41.41%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal198922050.030.5500.20296.2853.0558.24
HexC65CCD337014128353a
Octal3061343153670244506572
Binary1100011010111001100110111110111010100100101000110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C65CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C65CCD; }

 p { color: rgb(198,92,205); }

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

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

 a { background-color: rgb(198,92,205); }

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

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

 span { border-color: rgb(198,92,205); }

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