#CA62CC

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

Shades of Fuchsia #CA62CC

Tints of Fuchsia #CA62CC

Color information

#CA62CC (or 0xCA62CC) is unknown color: approx Fuchsia. HEX triplet: CA, 62 and CC. RGB value is (202,98,204). Sum of RGB (Red+Green+Blue) = 202+98+204=504 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.08% from 504); Green value is 98 (38.67% from 255 or 19.44% from 504); Blue value is 204 (80.08% from 255 or 40.48% from 504); Max value from RGB is 204 - color contains mainly: blue. Hex color #CA62CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA62CC is #359D33. Grayscale: #8C8C8C. Windows color (decimal): -3513652 or 13394634. OLE color: 13394634.

HSL color Cylindrical-coordinate representation of color #CA62CC: hue angle of 298.87º degrees, saturation: 0.51, 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 #CA62CC is Cyan = 0.01, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB20298204-
CMYK0.010.5200.2
HSL298.87º50.96%59.22%-
HSV(B)298.87º51.96%80%-
XYZ39.6225.6559.99-
YUV141.18163.46171.38-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.08%
GREEN value IS 98 (38.67% from 255) = 19.44%
BLUE value IS 204 (80.08% from 255) = 40.48%
R=40.08%
G=19.44%
B=40.48%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal202982040.010.5200.2298.8750.9659.22
HexCA62CC13401412b333b
Octal3121423141640244536373
Binary110010101100010110011001110100010100100101011110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA62CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA62CC; }

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

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

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

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

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

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

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

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