#CA67C7

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

Shades of Fuchsia #CA67C7

Tints of Fuchsia #CA67C7

Color information

#CA67C7 (or 0xCA67C7) is unknown color: approx Fuchsia. HEX triplet: CA, 67 and C7. RGB value is (202,103,199). Sum of RGB (Red+Green+Blue) = 202+103+199=504 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.08% from 504); Green value is 103 (40.62% from 255 or 20.44% from 504); Blue value is 199 (78.12% from 255 or 39.48% from 504); Max value from RGB is 202 - color contains mainly: red. Hex color #CA67C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA67C7 is #359838. Grayscale: #8F8F8F. Windows color (decimal): -3512377 or 13068234. OLE color: 13068234.

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

Color convert

RGB202103199-
CMYK00.490.010.21
HSL301.82º48.29%59.8%-
HSV(B)301.82º49.01%79.22%-
XYZ39.5226.3857.04-
YUV143.54159.3169.69-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.08%
GREEN value IS 103 (40.62% from 255) = 20.44%
BLUE value IS 199 (78.12% from 255) = 39.48%
R=40.08%
G=20.44%
B=39.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.01
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20210319900.490.010.21301.8248.2959.8
HexCA67C703111512e303c
Octal3121473070611254566074
Binary110010101100111110001110110001110101100101110110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA67C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA67C7; }

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

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

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

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

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

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

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

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