#CA65B7

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

Shades of Fuchsia #CA65B7

Tints of Fuchsia #CA65B7

Color information

#CA65B7 (or 0xCA65B7) is unknown color: approx Fuchsia. HEX triplet: CA, 65 and B7. RGB value is (202,101,183). Sum of RGB (Red+Green+Blue) = 202+101+183=486 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.56% from 486); Green value is 101 (39.84% from 255 or 20.78% from 486); Blue value is 183 (71.88% from 255 or 37.65% from 486); Max value from RGB is 202 - color contains mainly: red. Hex color #CA65B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA65B7 is #359A48. Grayscale: #8C8C8C. Windows color (decimal): -3512905 or 12019146. OLE color: 12019146.

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

Color convert

RGB202101183-
CMYK00.500.090.21
HSL311.29º48.79%59.41%-
HSV(B)311.29º50%79.22%-
XYZ37.5625.2847.7-
YUV140.55151.96171.83-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.56%
GREEN value IS 101 (39.84% from 255) = 20.78%
BLUE value IS 183 (71.88% from 255) = 37.65%
R=41.56%
G=20.78%
B=37.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.09
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20210118300.500.090.21311.2948.7959.41
HexCA65B7032915137313b
Octal31214526706211254676173
Binary110010101100101101101110110010100110101100110111110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA65B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA65B7; }

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

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

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

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

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

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

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

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