#CA69C0

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

Shades of Fuchsia #CA69C0

Tints of Fuchsia #CA69C0

Color information

#CA69C0 (or 0xCA69C0) is unknown color: approx Fuchsia. HEX triplet: CA, 69 and C0. RGB value is (202,105,192). Sum of RGB (Red+Green+Blue) = 202+105+192=499 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.48% from 499); Green value is 105 (41.41% from 255 or 21.04% from 499); Blue value is 192 (75.39% from 255 or 38.48% from 499); Max value from RGB is 202 - color contains mainly: red. Hex color #CA69C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA69C0 is #35963F. Grayscale: #8F8F8F. Windows color (decimal): -3511872 or 12609994. OLE color: 12609994.

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

Color convert

RGB202105192-
CMYK00.480.050.21
HSL306.19º47.78%60.2%-
HSV(B)306.19º48.02%79.22%-
XYZ38.9226.4752.93-
YUV143.92155.14169.43-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.48%
GREEN value IS 105 (41.41% from 255) = 21.04%
BLUE value IS 192 (75.39% from 255) = 38.48%
R=40.48%
G=21.04%
B=38.48%

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
Decimal20210519200.480.050.21306.1947.7860.2
HexCA69C0030515132303c
Octal3121513000605254626074
Binary11001010110100111000000011000010110101100110010110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA69C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA69C0; }

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

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

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

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

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

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

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

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