#CA69BB

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

Shades of Fuchsia #CA69BB

Tints of Fuchsia #CA69BB

Color information

#CA69BB (or 0xCA69BB) is unknown color: approx Fuchsia. HEX triplet: CA, 69 and BB. RGB value is (202,105,187). Sum of RGB (Red+Green+Blue) = 202+105+187=494 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.89% from 494); Green value is 105 (41.41% from 255 or 21.26% from 494); Blue value is 187 (73.44% from 255 or 37.85% from 494); Max value from RGB is 202 - color contains mainly: red. Hex color #CA69BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA69BB is #359644. Grayscale: #8F8F8F. Windows color (decimal): -3511877 or 12282314. OLE color: 12282314.

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

Color convert

RGB202105187-
CMYK00.480.070.21
HSL309.28º47.78%60.2%-
HSV(B)309.28º48.02%79.22%-
XYZ38.3826.2550.06-
YUV143.35152.64169.83-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.89%
GREEN value IS 105 (41.41% from 255) = 21.26%
BLUE value IS 187 (73.44% from 255) = 37.85%
R=40.89%
G=21.26%
B=37.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20210518700.480.070.21309.2847.7860.2
HexCA69BB030715135303c
Octal3121512730607254656074
Binary11001010110100110111011011000011110101100110101110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA69BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA69BB; }

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

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

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

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

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

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

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

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