Html Css Color HEX #CA33FA Electric Purple

📋 copy color: '#CA33FA'

red 202 ◦ green 51 ◦ blue 250

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

Shades of Electric Purple #CA33FA

Tints of Electric Purple #CA33FA

RGB

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

 GREEN value IS 51 (20.31% from 255) = 10.14%

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

R = 40.16%
G = 10.14%
B = 49.7%

CMYK

 C value IS 0.19

 M value IS 0.80

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CA33FA (or 0xCA33FA) is known color: Electric Purple. HEX triplet: CA, 33 and FA. RGB value is (202,51,250). Sum of RGB (Red+Green+Blue) = 202+51+250=503 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.16% from 503); Green value is 51 (20.31% from 255 or 10.14% from 503); Blue value is 250 (98.05% from 255 or 49.70% from 503); Max value from RGB is 250 - color contains mainly: blue. Hex color #CA33FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA33FA is #35CC05. Grayscale: #767676. Windows color (decimal): -3525638 or 16397258. OLE color: 16397258.

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

Color convert

RGB 202 51 250 -
CMYK 0.19 0.80 0 0.02
HSL 285.53º 0.95% 0.59% -
HSV(B) 285.53º 0.8% 0.98% -
XYZ 42.8 21.83 92.4 -
YUV 118.84 202.03 187.32 -
System Red Green Blue C M Y K H S L
Decimal 202 51 250 0.19 0.80 0 0.02 285.53 0.95 0.59
Hex CA 33 FA 13 50 0 2 11E 5F 3B
Octal 312 63 372 23 120 0 2 436 137 73
Binary 11001010 110011 11111010 10011 1010000 0 10 100011110 1011111 111011

Color Harmonies of #CA33FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA33FA

Black with #CA33FA

Text Example


Text Example

White with #CA33FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA33FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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