#CA67B6

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

Shades of Fuchsia #CA67B6

Tints of Fuchsia #CA67B6

Color information

#CA67B6 (or 0xCA67B6) is unknown color: approx Fuchsia. HEX triplet: CA, 67 and B6. RGB value is (202,103,182). Sum of RGB (Red+Green+Blue) = 202+103+182=487 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.48% from 487); Green value is 103 (40.62% from 255 or 21.15% from 487); Blue value is 182 (71.48% from 255 or 37.37% from 487); Max value from RGB is 202 - color contains mainly: red. Hex color #CA67B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA67B6 is #359849. Grayscale: #8D8D8D. Windows color (decimal): -3512394 or 11954122. OLE color: 11954122.

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

Color convert

RGB202103182-
CMYK00.490.100.21
HSL312.12º48.29%59.8%-
HSV(B)312.12º49.01%79.22%-
XYZ37.6525.6347.22-
YUV141.61150.8171.08-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.48%
GREEN value IS 103 (40.62% from 255) = 21.15%
BLUE value IS 182 (71.48% from 255) = 37.37%
R=41.48%
G=21.15%
B=37.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.10
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20210318200.490.100.21312.1248.2959.8
HexCA67B6031A15138303c
Octal31214726606112254706074
Binary110010101100111101101100110001101010101100111000110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA67B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA67B6; }

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

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

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

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

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

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

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

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