#CA62CB

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

Shades of Fuchsia #CA62CB

Tints of Fuchsia #CA62CB

Color information

#CA62CB (or 0xCA62CB) is unknown color: approx Fuchsia. HEX triplet: CA, 62 and CB. RGB value is (202,98,203). Sum of RGB (Red+Green+Blue) = 202+98+203=503 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.16% from 503); Green value is 98 (38.67% from 255 or 19.48% from 503); Blue value is 203 (79.69% from 255 or 40.36% from 503); Max value from RGB is 203 - color contains mainly: blue. Hex color #CA62CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA62CB is #359D34. Grayscale: #8C8C8C. Windows color (decimal): -3513653 or 13329098. OLE color: 13329098.

HSL color Cylindrical-coordinate representation of color #CA62CB: hue angle of 299.43º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CA62CB is Cyan = 0.00, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB20298203-
CMYK0.000.5200.20
HSL299.43º50.24%59.02%-
HSV(B)299.43º51.72%79.61%-
XYZ39.525.659.36-
YUV141.07162.96171.46-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.16%
GREEN value IS 98 (38.67% from 255) = 19.48%
BLUE value IS 203 (79.69% from 255) = 40.36%
R=40.16%
G=19.48%
B=40.36%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal202982030.000.5200.20299.4350.2459.02
HexCA62CB03401412b323b
Octal3121423130640244536273
Binary110010101100010110010110110100010100100101011110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA62CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA62CB; }

 p { color: rgb(202,98,203); }

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

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

 a { background-color: rgb(202,98,203); }

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

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

 span { border-color: rgb(202,98,203); }

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