#CA65BF

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

Shades of Fuchsia #CA65BF

Tints of Fuchsia #CA65BF

Color information

#CA65BF (or 0xCA65BF) is unknown color: approx Fuchsia. HEX triplet: CA, 65 and BF. RGB value is (202,101,191). Sum of RGB (Red+Green+Blue) = 202+101+191=494 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.89% from 494); Green value is 101 (39.84% from 255 or 20.45% from 494); Blue value is 191 (75% from 255 or 38.66% from 494); Max value from RGB is 202 - color contains mainly: red. Hex color #CA65BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA65BF is #359A40. Grayscale: #8D8D8D. Windows color (decimal): -3512897 or 12543434. OLE color: 12543434.

HSL color Cylindrical-coordinate representation of color #CA65BF: hue angle of 306.53º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CA65BF is Cyan = 0, Magento = 0.50, Yellow = 0.05 and Black (K on CMYK) = 0.21.

Color convert

RGB202101191-
CMYK00.500.050.21
HSL306.53º48.79%59.41%-
HSV(B)306.53º50%79.22%-
XYZ38.4125.6352.21-
YUV141.46155.96171.18-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.89%
GREEN value IS 101 (39.84% from 255) = 20.45%
BLUE value IS 191 (75% from 255) = 38.66%
R=40.89%
G=20.45%
B=38.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.05
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20210119100.500.050.21306.5348.7959.41
HexCA65BF032515133313b
Octal3121452770625254636173
Binary11001010110010110111111011001010110101100110011110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA65BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA65BF; }

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

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

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

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

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

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

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

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