Html Css Color HEX #CA30FC Electric Purple

📋 copy color: '#CA30FC'

red 202 ◦ green 48 ◦ blue 252

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

Shades of Electric Purple #CA30FC

Tints of Electric Purple #CA30FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 50.2%

R = 40.24%
G = 9.56%
B = 50.2%

CMYK

 C value IS 0.20

 M value IS 0.81

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CA30FC (or 0xCA30FC) is known color: Electric Purple. HEX triplet: CA, 30 and FC. RGB value is (202,48,252). Sum of RGB (Red+Green+Blue) = 202+48+252=502 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.24% from 502); Green value is 48 (19.14% from 255 or 9.56% from 502); Blue value is 252 (98.83% from 255 or 50.20% from 502); Max value from RGB is 252 - color contains mainly: blue. Hex color #CA30FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA30FC is #35CF03. Grayscale: #747474. Windows color (decimal): -3526404 or 16527562. OLE color: 16527562.

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

Color convert

RGB 202 48 252 -
CMYK 0.20 0.81 0 0.01
HSL 285.29º 0.97% 0.59% -
HSV(B) 285.29º 0.81% 0.99% -
XYZ 42.98 21.7 94.02 -
YUV 117.3 204.02 188.41 -
System Red Green Blue C M Y K H S L
Decimal 202 48 252 0.20 0.81 0 0.01 285.29 0.97 0.59
Hex CA 30 FC 14 51 0 1 11D 61 3B
Octal 312 60 374 24 121 0 1 435 141 73
Binary 11001010 110000 11111100 10100 1010001 0 1 100011101 1100001 111011

Color Harmonies of #CA30FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA30FC

Black with #CA30FC

Text Example


Text Example

White with #CA30FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA30FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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