Html Css Color HEX #CA30FB Electric Purple

📋 copy color: '#CA30FB'

red 202 ◦ green 48 ◦ blue 251

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

Shades of Electric Purple #CA30FB

Tints of Electric Purple #CA30FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 50.1%

R = 40.32%
G = 9.58%
B = 50.1%

CMYK

 C value IS 0.20

 M value IS 0.81

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CA30FB (or 0xCA30FB) is known color: Electric Purple. HEX triplet: CA, 30 and FB. RGB value is (202,48,251). Sum of RGB (Red+Green+Blue) = 202+48+251=501 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.32% from 501); Green value is 48 (19.14% from 255 or 9.58% from 501); Blue value is 251 (98.44% from 255 or 50.10% from 501); Max value from RGB is 251 - color contains mainly: blue. Hex color #CA30FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA30FB is #35CF04. Grayscale: #747474. Windows color (decimal): -3526405 or 16462026. OLE color: 16462026.

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

Color convert

RGB 202 48 251 -
CMYK 0.20 0.81 0 0.02
HSL 285.52º 0.96% 0.59% -
HSV(B) 285.52º 0.81% 0.98% -
XYZ 42.83 21.64 93.19 -
YUV 117.19 203.52 188.49 -
System Red Green Blue C M Y K H S L
Decimal 202 48 251 0.20 0.81 0 0.02 285.52 0.96 0.59
Hex CA 30 FB 14 51 0 2 11E 60 3B
Octal 312 60 373 24 121 0 2 436 140 73
Binary 11001010 110000 11111011 10100 1010001 0 10 100011110 1100000 111011

Color Harmonies of #CA30FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA30FB

Black with #CA30FB

Text Example


Text Example

White with #CA30FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA30FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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