Html Css Color HEX #CA30FA Electric Purple

📋 copy color: '#CA30FA'

red 202 ◦ green 48 ◦ blue 250

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

Shades of Electric Purple #CA30FA

Tints of Electric Purple #CA30FA

RGB

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

 GREEN value IS 48 (19.14% from 255) = 9.6%

 BLUE value IS 250 (98.05% from 255) = 50%

R = 40.4%
G = 9.6%
B = 50%

CMYK

 C value IS 0.19

 M value IS 0.81

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CA30FA (or 0xCA30FA) is known color: Electric Purple. HEX triplet: CA, 30 and FA. RGB value is (202,48,250). Sum of RGB (Red+Green+Blue) = 202+48+250=500 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.4% from 500); Green value is 48 (19.14% from 255 or 9.6% from 500); Blue value is 250 (98.05% from 255 or 50% from 500); Max value from RGB is 250 - color contains mainly: blue. Hex color #CA30FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA30FA is #35CF05. Grayscale: #747474. Windows color (decimal): -3526406 or 16396490. OLE color: 16396490.

HSL color Cylindrical-coordinate representation of color #CA30FA: hue angle of 285.74º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CA30FA is Cyan = 0.19, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 202 48 250 -
CMYK 0.19 0.81 0 0.02
HSL 285.74º 0.95% 0.58% -
HSV(B) 285.74º 0.81% 0.98% -
XYZ 42.67 21.57 92.36 -
YUV 117.07 203.02 188.57 -
System Red Green Blue C M Y K H S L
Decimal 202 48 250 0.19 0.81 0 0.02 285.74 0.95 0.58
Hex CA 30 FA 13 51 0 2 11E 5F 3A
Octal 312 60 372 23 121 0 2 436 137 72
Binary 11001010 110000 11111010 10011 1010001 0 10 100011110 1011111 111010

Color Harmonies of #CA30FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA30FA

Black with #CA30FA

Text Example


Text Example

White with #CA30FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA30FA; }

 p { color: rgb(202,48,250); }

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

background-color css

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

 a { background-color: rgb(202,48,250); }

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

border-color css

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

 span { border-color: rgb(202,48,250); }

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