#CA0BED

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

Shades of Electric Purple #CA0BED

Tints of Electric Purple #CA0BED

Color information

#CA0BED (or 0xCA0BED) is unknown color: approx Electric Purple. HEX triplet: CA, 0B and ED. RGB value is (202,11,237). Sum of RGB (Red+Green+Blue) = 202+11+237=450 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.89% from 450); Green value is 11 (4.69% from 255 or 2.44% from 450); Blue value is 237 (92.97% from 255 or 52.67% from 450); Max value from RGB is 237 - color contains mainly: blue. Hex color #CA0BED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA0BED is #35F412. Grayscale: #5D5D5D. Windows color (decimal): -3535891 or 15535050. OLE color: 15535050.

HSL color Cylindrical-coordinate representation of color #CA0BED: hue angle of 290.71º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CA0BED is Cyan = 0.15, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB20211237-
CMYK0.150.9500.07
HSL290.71º91.13%48.63%-
HSV(B)290.71º95.36%92.94%-
XYZ39.7618.9181.68-
YUV93.87208.78205.12-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.89%
GREEN value IS 11 (4.69% from 255) = 2.44%
BLUE value IS 237 (92.97% from 255) = 52.67%
R=44.89%
G=2.44%
B=52.67%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal202112370.150.9500.07290.7191.1348.63
HexCABEDF5F071235b31
Octal31213355171370744313361
Binary110010101011111011011111101111101111001000111011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA0BED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA0BED; }

 p { color: rgb(202,11,237); }

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

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

 a { background-color: rgb(202,11,237); }

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

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

 span { border-color: rgb(202,11,237); }

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