#CA67BA

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

Shades of Fuchsia #CA67BA

Tints of Fuchsia #CA67BA

Color information

#CA67BA (or 0xCA67BA) is unknown color: approx Fuchsia. HEX triplet: CA, 67 and BA. RGB value is (202,103,186). Sum of RGB (Red+Green+Blue) = 202+103+186=491 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.14% from 491); Green value is 103 (40.62% from 255 or 20.98% from 491); Blue value is 186 (73.05% from 255 or 37.88% from 491); Max value from RGB is 202 - color contains mainly: red. Hex color #CA67BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA67BA is #359845. Grayscale: #8D8D8D. Windows color (decimal): -3512390 or 12216266. OLE color: 12216266.

HSL color Cylindrical-coordinate representation of color #CA67BA: hue angle of 309.7º 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 #CA67BA is Cyan = 0, Magento = 0.49, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB202103186-
CMYK00.490.080.21
HSL309.7º48.29%59.8%-
HSV(B)309.7º49.01%79.22%-
XYZ38.0725.849.43-
YUV142.06152.8170.75-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.14%
GREEN value IS 103 (40.62% from 255) = 20.98%
BLUE value IS 186 (73.05% from 255) = 37.88%
R=41.14%
G=20.98%
B=37.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.08
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20210318600.490.080.21309.748.2959.8
HexCA67BA031815136303c
Octal31214727206110254666074
Binary110010101100111101110100110001100010101100110110110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA67BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA67BA; }

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

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

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

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

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

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

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

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