#CA6CBD

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

Shades of Fuchsia #CA6CBD

Tints of Fuchsia #CA6CBD

Color information

#CA6CBD (or 0xCA6CBD) is unknown color: approx Fuchsia. HEX triplet: CA, 6C and BD. RGB value is (202,108,189). Sum of RGB (Red+Green+Blue) = 202+108+189=499 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.48% from 499); Green value is 108 (42.58% from 255 or 21.64% from 499); Blue value is 189 (74.22% from 255 or 37.88% from 499); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6CBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA6CBD is #359342. Grayscale: #919191. Windows color (decimal): -3511107 or 12414154. OLE color: 12414154.

HSL color Cylindrical-coordinate representation of color #CA6CBD: hue angle of 308.3º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CA6CBD is Cyan = 0, Magento = 0.47, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB202108189-
CMYK00.470.060.21
HSL308.3º47%60.78%-
HSV(B)308.3º46.53%79.22%-
XYZ38.926.9651.3-
YUV145.34152.64168.41-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.48%
GREEN value IS 108 (42.58% from 255) = 21.64%
BLUE value IS 189 (74.22% from 255) = 37.88%
R=40.48%
G=21.64%
B=37.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20210818900.470.060.21308.34760.78
HexCA6CBD02F6151342f3d
Octal3121542750576254645775
Binary11001010110110010111101010111111010101100110100101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6CBD; }

 p { color: rgb(202,108,189); }

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

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

 a { background-color: rgb(202,108,189); }

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

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

 span { border-color: rgb(202,108,189); }

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