#CA69C4

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

Shades of Fuchsia #CA69C4

Tints of Fuchsia #CA69C4

Color information

#CA69C4 (or 0xCA69C4) is unknown color: approx Fuchsia. HEX triplet: CA, 69 and C4. RGB value is (202,105,196). Sum of RGB (Red+Green+Blue) = 202+105+196=503 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.16% from 503); Green value is 105 (41.41% from 255 or 20.87% from 503); Blue value is 196 (76.95% from 255 or 38.97% from 503); Max value from RGB is 202 - color contains mainly: red. Hex color #CA69C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA69C4 is #35963B. Grayscale: #909090. Windows color (decimal): -3511868 or 12872138. OLE color: 12872138.

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

Color convert

RGB202105196-
CMYK00.480.030.21
HSL303.71º47.78%60.2%-
HSV(B)303.71º48.02%79.22%-
XYZ39.3726.6555.29-
YUV144.38157.14169.1-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.16%
GREEN value IS 105 (41.41% from 255) = 20.87%
BLUE value IS 196 (76.95% from 255) = 38.97%
R=40.16%
G=20.87%
B=38.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.03
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20210519600.480.030.21303.7147.7860.2
HexCA69C4030315130303c
Octal3121513040603254606074
Binary1100101011010011100010001100001110101100110000110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA69C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA69C4; }

 p { color: rgb(202,105,196); }

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

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

 a { background-color: rgb(202,105,196); }

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

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

 span { border-color: rgb(202,105,196); }

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