#CA65C0

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

Shades of Fuchsia #CA65C0

Tints of Fuchsia #CA65C0

Color information

#CA65C0 (or 0xCA65C0) is unknown color: approx Fuchsia. HEX triplet: CA, 65 and C0. RGB value is (202,101,192). Sum of RGB (Red+Green+Blue) = 202+101+192=495 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.81% from 495); Green value is 101 (39.84% from 255 or 20.40% from 495); Blue value is 192 (75.39% from 255 or 38.79% from 495); Max value from RGB is 202 - color contains mainly: red. Hex color #CA65C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA65C0 is #359A3F. Grayscale: #8D8D8D. Windows color (decimal): -3512896 or 12608970. OLE color: 12608970.

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

Color convert

RGB202101192-
CMYK00.500.050.21
HSL305.94º48.79%59.41%-
HSV(B)305.94º50%79.22%-
XYZ38.5325.6752.79-
YUV141.57156.46171.1-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.81%
GREEN value IS 101 (39.84% from 255) = 20.40%
BLUE value IS 192 (75.39% from 255) = 38.79%
R=40.81%
G=20.40%
B=38.79%

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
Decimal20210119200.500.050.21305.9448.7959.41
HexCA65C0032515132313b
Octal3121453000625254626173
Binary11001010110010111000000011001010110101100110010110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA65C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA65C0; }

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

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

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

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

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

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

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

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