#C869C4

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

Shades of Fuchsia #C869C4

Tints of Fuchsia #C869C4

Color information

#C869C4 (or 0xC869C4) is unknown color: approx Fuchsia. HEX triplet: C8, 69 and C4. RGB value is (200,105,196). Sum of RGB (Red+Green+Blue) = 200+105+196=501 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.92% from 501); Green value is 105 (41.41% from 255 or 20.96% from 501); Blue value is 196 (76.95% from 255 or 39.12% from 501); Max value from RGB is 200 - color contains mainly: red. Hex color #C869C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C869C4 is #37963B. Grayscale: #8F8F8F. Windows color (decimal): -3642940 or 12872136. OLE color: 12872136.

HSL color Cylindrical-coordinate representation of color #C869C4: hue angle of 302.53º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C869C4 is Cyan = 0, Magento = 0.48, Yellow = 0.02 and Black (K on CMYK) = 0.22.

Color convert

RGB200105196-
CMYK00.480.020.22
HSL302.53º46.34%59.8%-
HSV(B)302.53º47.5%78.43%-
XYZ38.8326.3755.27-
YUV143.78157.47168.1-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.92%
GREEN value IS 105 (41.41% from 255) = 20.96%
BLUE value IS 196 (76.95% from 255) = 39.12%
R=39.92%
G=20.96%
B=39.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.02
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20010519600.480.020.22302.5346.3459.8
HexC869C403021612f2e3c
Octal3101513040602264575674
Binary1100100011010011100010001100001010110100101111101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C869C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C869C4; }

 p { color: rgb(200,105,196); }

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

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

 a { background-color: rgb(200,105,196); }

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

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

 span { border-color: rgb(200,105,196); }

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