#CA08FB

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

Shades of Electric Purple #CA08FB

Tints of Electric Purple #CA08FB

Color information

#CA08FB (or 0xCA08FB) is unknown color: approx Electric Purple. HEX triplet: CA, 08 and FB. RGB value is (202,8,251). Sum of RGB (Red+Green+Blue) = 202+8+251=461 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.82% from 461); Green value is 8 (3.52% from 255 or 1.74% from 461); Blue value is 251 (98.44% from 255 or 54.45% from 461); Max value from RGB is 251 - color contains mainly: blue. Hex color #CA08FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA08FB is #35F704. Grayscale: #5C5C5C. Windows color (decimal): -3536645 or 16451786. OLE color: 16451786.

HSL color Cylindrical-coordinate representation of color #CA08FB: hue angle of 287.9º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CA08FB is Cyan = 0.20, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB2028251-
CMYK0.200.9700.02
HSL287.9º96.81%50.78%-
HSV(B)287.9º96.81%98.43%-
XYZ41.8619.792.86-
YUV93.71216.77205.24-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.82%
GREEN value IS 8 (3.52% from 255) = 1.74%
BLUE value IS 251 (98.44% from 255) = 54.45%
R=43.82%
G=1.74%
B=54.45%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal20282510.200.9700.02287.996.8150.78
HexCA8FB1461021206133
Octal31210373241410244014163
Binary110010101000111110111010011000010101001000001100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA08FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA08FB; }

 p { color: rgb(202,8,251); }

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

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

 a { background-color: rgb(202,8,251); }

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

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

 span { border-color: rgb(202,8,251); }

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