#CA67C1

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

Shades of Fuchsia #CA67C1

Tints of Fuchsia #CA67C1

Color information

#CA67C1 (or 0xCA67C1) is unknown color: approx Fuchsia. HEX triplet: CA, 67 and C1. RGB value is (202,103,193). Sum of RGB (Red+Green+Blue) = 202+103+193=498 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.56% from 498); Green value is 103 (40.62% from 255 or 20.68% from 498); Blue value is 193 (75.78% from 255 or 38.76% from 498); Max value from RGB is 202 - color contains mainly: red. Hex color #CA67C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA67C1 is #35983E. Grayscale: #8E8E8E. Windows color (decimal): -3512383 or 12675018. OLE color: 12675018.

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

Color convert

RGB202103193-
CMYK00.490.040.21
HSL305.45º48.29%59.8%-
HSV(B)305.45º49.01%79.22%-
XYZ38.8326.1153.44-
YUV142.86156.3170.18-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.56%
GREEN value IS 103 (40.62% from 255) = 20.68%
BLUE value IS 193 (75.78% from 255) = 38.76%
R=40.56%
G=20.68%
B=38.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.04
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20210319300.490.040.21305.4548.2959.8
HexCA67C1031415131303c
Octal3121473010614254616074
Binary11001010110011111000001011000110010101100110001110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA67C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA67C1; }

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

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

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

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

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

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

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

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