#CC68C4

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

Shades of Fuchsia #CC68C4

Tints of Fuchsia #CC68C4

Color information

#CC68C4 (or 0xCC68C4) is unknown color: approx Fuchsia. HEX triplet: CC, 68 and C4. RGB value is (204,104,196). Sum of RGB (Red+Green+Blue) = 204+104+196=504 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.48% from 504); Green value is 104 (41.02% from 255 or 20.63% from 504); Blue value is 196 (76.95% from 255 or 38.89% from 504); Max value from RGB is 204 - color contains mainly: red. Hex color #CC68C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC68C4 is #33973B. Grayscale: #909090. Windows color (decimal): -3381052 or 12871884. OLE color: 12871884.

HSL color Cylindrical-coordinate representation of color #CC68C4: hue angle of 304.8º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CC68C4 is Cyan = 0, Magento = 0.49, Yellow = 0.04 and Black (K on CMYK) = 0.2.

Color convert

RGB204104196-
CMYK00.490.040.2
HSL304.8º49.5%60.39%-
HSV(B)304.8º49.02%80%-
XYZ39.8226.7255.28-
YUV144.39157.13170.52-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.48%
GREEN value IS 104 (41.02% from 255) = 20.63%
BLUE value IS 196 (76.95% from 255) = 38.89%
R=40.48%
G=20.63%
B=38.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.04
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20410419600.490.040.2304.849.560.39
HexCC68C4031414131323c
Octal3141503040614244616274
Binary11001100110100011000100011000110010100100110001110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC68C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC68C4; }

 p { color: rgb(204,104,196); }

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

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

 a { background-color: rgb(204,104,196); }

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

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

 span { border-color: rgb(204,104,196); }

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