#CA69B6

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

Shades of Fuchsia #CA69B6

Tints of Fuchsia #CA69B6

Color information

#CA69B6 (or 0xCA69B6) is unknown color: approx Fuchsia. HEX triplet: CA, 69 and B6. RGB value is (202,105,182). Sum of RGB (Red+Green+Blue) = 202+105+182=489 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.31% from 489); Green value is 105 (41.41% from 255 or 21.47% from 489); Blue value is 182 (71.48% from 255 or 37.22% from 489); Max value from RGB is 202 - color contains mainly: red. Hex color #CA69B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA69B6 is #359649. Grayscale: #8E8E8E. Windows color (decimal): -3511882 or 11954634. OLE color: 11954634.

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

Color convert

RGB202105182-
CMYK00.480.100.21
HSL312.37º47.78%60.2%-
HSV(B)312.37º48.02%79.22%-
XYZ37.8526.0447.29-
YUV142.78150.14170.24-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.31%
GREEN value IS 105 (41.41% from 255) = 21.47%
BLUE value IS 182 (71.48% from 255) = 37.22%
R=41.31%
G=21.47%
B=37.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.10
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20210518200.480.100.21312.3747.7860.2
HexCA69B6030A15138303c
Octal31215126606012254706074
Binary110010101101001101101100110000101010101100111000110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA69B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA69B6; }

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

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

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

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

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

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

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

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