Html Css Color HEX #CA2FFF Electric Purple

📋 copy color: '#CA2FFF'

red 202 ◦ green 47 ◦ blue 255

#CA2FFF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Purple #CA2FFF

Tints of Electric Purple #CA2FFF

RGB

 RED value IS 202 (79.3% from 255) = 40.08%

 GREEN value IS 47 (18.75% from 255) = 9.33%

 BLUE value IS 255 (100% from 255) = 50.6%

R = 40.08%
G = 9.33%
B = 50.6%

CMYK

 C value IS 0.21

 M value IS 0.82

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CA2FFF (or 0xCA2FFF) is known color: Electric Purple. HEX triplet: CA, 2F and FF. RGB value is (202,47,255). Sum of RGB (Red+Green+Blue) = 202+47+255=504 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.08% from 504); Green value is 47 (18.75% from 255 or 9.33% from 504); Blue value is 255 (100% from 255 or 50.60% from 504); Max value from RGB is 255 - color contains mainly: blue. Hex color #CA2FFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA2FFF is #35D000. Grayscale: #747474. Windows color (decimal): -3526657 or 16723914. OLE color: 16723914.

HSL color Cylindrical-coordinate representation of color #CA2FFF: hue angle of 284.71º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CA2FFF is Cyan = 0.21, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 202 47 255 -
CMYK 0.21 0.82 0 0
HSL 284.71º 1% 0.59% -
HSV(B) 284.71º 0.82% 1% -
XYZ 43.42 21.81 96.53 -
YUV 117.06 205.85 188.59 -
System Red Green Blue C M Y K H S L
Decimal 202 47 255 0.21 0.82 0 0 284.71 1 0.59
Hex CA 2F FF 15 52 0 0 11D 64 3B
Octal 312 57 377 25 122 0 0 435 144 73
Binary 11001010 101111 11111111 10101 1010010 0 0 100011101 1100100 111011

Color Harmonies of #CA2FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2FFF

Black with #CA2FFF

Text Example


Text Example

White with #CA2FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2FFF; }

 p { color: rgb(202,47,255); }

 H1.HeaderClassName
 {
   color: #CA2FFF;
 }
 .AnyTagClassName
 {
   color: #CA2FFF;
 }
</style>

background-color css

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

 a { background-color: rgb(202,47,255); }

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

border-color css

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

 span { border-color: rgb(202,47,255); }

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