#CC65BD

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

Shades of Fuchsia #CC65BD

Tints of Fuchsia #CC65BD

Color information

#CC65BD (or 0xCC65BD) is unknown color: approx Fuchsia. HEX triplet: CC, 65 and BD. RGB value is (204,101,189). Sum of RGB (Red+Green+Blue) = 204+101+189=494 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.30% from 494); Green value is 101 (39.84% from 255 or 20.45% from 494); Blue value is 189 (74.22% from 255 or 38.26% from 494); Max value from RGB is 204 - color contains mainly: red. Hex color #CC65BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC65BD is #339A42. Grayscale: #8D8D8D. Windows color (decimal): -3381827 or 12412364. OLE color: 12412364.

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

Color convert

RGB204101189-
CMYK00.500.070.2
HSL308.74º50.24%59.8%-
HSV(B)308.74º50.49%80%-
XYZ38.7425.8251.09-
YUV141.83154.62172.34-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.30%
GREEN value IS 101 (39.84% from 255) = 20.45%
BLUE value IS 189 (74.22% from 255) = 38.26%
R=41.30%
G=20.45%
B=38.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.07
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20410118900.500.070.2308.7450.2459.8
HexCC65BD032714135323c
Octal3141452750627244656274
Binary11001100110010110111101011001011110100100110101110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC65BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC65BD; }

 p { color: rgb(204,101,189); }

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

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

 a { background-color: rgb(204,101,189); }

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

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

 span { border-color: rgb(204,101,189); }

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