#CA67AE

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

Shades of Fuchsia #CA67AE

Tints of Fuchsia #CA67AE

Color information

#CA67AE (or 0xCA67AE) is unknown color: approx Fuchsia. HEX triplet: CA, 67 and AE. RGB value is (202,103,174). Sum of RGB (Red+Green+Blue) = 202+103+174=479 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.17% from 479); Green value is 103 (40.62% from 255 or 21.50% from 479); Blue value is 174 (68.36% from 255 or 36.33% from 479); Max value from RGB is 202 - color contains mainly: red. Hex color #CA67AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA67AE is #359851. Grayscale: #8C8C8C. Windows color (decimal): -3512402 or 11429834. OLE color: 11429834.

HSL color Cylindrical-coordinate representation of color #CA67AE: hue angle of 316.97º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CA67AE is Cyan = 0, Magento = 0.49, Yellow = 0.14 and Black (K on CMYK) = 0.21.

Color convert

RGB202103174-
CMYK00.490.140.21
HSL316.97º48.29%59.8%-
HSV(B)316.97º49.01%79.22%-
XYZ36.8525.3142.99-
YUV140.7146.8171.73-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.17%
GREEN value IS 103 (40.62% from 255) = 21.50%
BLUE value IS 174 (68.36% from 255) = 36.33%
R=42.17%
G=21.50%
B=36.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.14
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20210317400.490.140.21316.9748.2959.8
HexCA67AE031E1513d303c
Octal31214725606116254756074
Binary110010101100111101011100110001111010101100111101110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA67AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA67AE; }

 p { color: rgb(202,103,174); }

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

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

 a { background-color: rgb(202,103,174); }

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

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

 span { border-color: rgb(202,103,174); }

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