#CA69BF

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

Shades of Fuchsia #CA69BF

Tints of Fuchsia #CA69BF

Color information

#CA69BF (or 0xCA69BF) is unknown color: approx Fuchsia. HEX triplet: CA, 69 and BF. RGB value is (202,105,191). Sum of RGB (Red+Green+Blue) = 202+105+191=498 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.56% from 498); Green value is 105 (41.41% from 255 or 21.08% from 498); Blue value is 191 (75% from 255 or 38.35% from 498); Max value from RGB is 202 - color contains mainly: red. Hex color #CA69BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA69BF is #359640. Grayscale: #8F8F8F. Windows color (decimal): -3511873 or 12544458. OLE color: 12544458.

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

Color convert

RGB202105191-
CMYK00.480.050.21
HSL306.8º47.78%60.2%-
HSV(B)306.8º48.02%79.22%-
XYZ38.8126.4252.34-
YUV143.81154.64169.51-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.56%
GREEN value IS 105 (41.41% from 255) = 21.08%
BLUE value IS 191 (75% from 255) = 38.35%
R=40.56%
G=21.08%
B=38.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.05
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20210519100.480.050.21306.847.7860.2
HexCA69BF030515133303c
Octal3121512770605254636074
Binary11001010110100110111111011000010110101100110011110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA69BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA69BF; }

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

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

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

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

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

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

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

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