#CA69BE

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

Shades of Fuchsia #CA69BE

Tints of Fuchsia #CA69BE

Color information

#CA69BE (or 0xCA69BE) is unknown color: approx Fuchsia. HEX triplet: CA, 69 and BE. RGB value is (202,105,190). Sum of RGB (Red+Green+Blue) = 202+105+190=497 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.64% from 497); Green value is 105 (41.41% from 255 or 21.13% from 497); Blue value is 190 (74.61% from 255 or 38.23% from 497); Max value from RGB is 202 - color contains mainly: red. Hex color #CA69BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA69BE is #359641. Grayscale: #8F8F8F. Windows color (decimal): -3511874 or 12478922. OLE color: 12478922.

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

Color convert

RGB202105190-
CMYK00.480.060.21
HSL307.42º47.78%60.2%-
HSV(B)307.42º48.02%79.22%-
XYZ38.726.3851.77-
YUV143.69154.14169.59-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.64%
GREEN value IS 105 (41.41% from 255) = 21.13%
BLUE value IS 190 (74.61% from 255) = 38.23%
R=40.64%
G=21.13%
B=38.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20210519000.480.060.21307.4247.7860.2
HexCA69BE030615133303c
Octal3121512760606254636074
Binary11001010110100110111110011000011010101100110011110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA69BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA69BE; }

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

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

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

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

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

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

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

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