#CA65BE

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

Shades of Fuchsia #CA65BE

Tints of Fuchsia #CA65BE

Color information

#CA65BE (or 0xCA65BE) is unknown color: approx Fuchsia. HEX triplet: CA, 65 and BE. RGB value is (202,101,190). Sum of RGB (Red+Green+Blue) = 202+101+190=493 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.97% from 493); Green value is 101 (39.84% from 255 or 20.49% from 493); Blue value is 190 (74.61% from 255 or 38.54% from 493); Max value from RGB is 202 - color contains mainly: red. Hex color #CA65BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA65BE is #359A41. Grayscale: #8D8D8D. Windows color (decimal): -3512898 or 12477898. OLE color: 12477898.

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

Color convert

RGB202101190-
CMYK00.500.060.21
HSL307.13º48.79%59.41%-
HSV(B)307.13º50%79.22%-
XYZ38.3125.5851.63-
YUV141.34155.46171.26-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.97%
GREEN value IS 101 (39.84% from 255) = 20.49%
BLUE value IS 190 (74.61% from 255) = 38.54%
R=40.97%
G=20.49%
B=38.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20210119000.500.060.21307.1348.7959.41
HexCA65BE032615133313b
Octal3121452760626254636173
Binary11001010110010110111110011001011010101100110011110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA65BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA65BE; }

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

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

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

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

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

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

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

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