Html Css Color HEX #CA30FF Electric Purple

📋 copy color: '#CA30FF'

red 202 ◦ green 48 ◦ blue 255

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

Shades of Electric Purple #CA30FF

Tints of Electric Purple #CA30FF

RGB

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

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

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

R = 40%
G = 9.5%
B = 50.5%

CMYK

 C value IS 0.21

 M value IS 0.81

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CA30FF (or 0xCA30FF) is known color: Electric Purple. HEX triplet: CA, 30 and FF. RGB value is (202,48,255). Sum of RGB (Red+Green+Blue) = 202+48+255=505 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40% from 505); Green value is 48 (19.14% from 255 or 9.50% from 505); Blue value is 255 (100% from 255 or 50.50% from 505); Max value from RGB is 255 - color contains mainly: blue. Hex color #CA30FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA30FF is #35CF00. Grayscale: #747474. Windows color (decimal): -3526401 or 16724170. OLE color: 16724170.

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

Color convert

RGB 202 48 255 -
CMYK 0.21 0.81 0 0
HSL 284.64º 1% 0.59% -
HSV(B) 284.64º 0.81% 1% -
XYZ 43.46 21.89 96.54 -
YUV 117.64 205.52 188.17 -
System Red Green Blue C M Y K H S L
Decimal 202 48 255 0.21 0.81 0 0 284.64 1 0.59
Hex CA 30 FF 15 51 0 0 11D 64 3B
Octal 312 60 377 25 121 0 0 435 144 73
Binary 11001010 110000 11111111 10101 1010001 0 0 100011101 1100100 111011

Color Harmonies of #CA30FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA30FF

Black with #CA30FF

Text Example


Text Example

White with #CA30FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA30FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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