Html Css Color HEX #CA33FF Electric Purple

📋 copy color: '#CA33FF'

red 202 ◦ green 51 ◦ blue 255

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

Shades of Electric Purple #CA33FF

Tints of Electric Purple #CA33FF

RGB

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

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

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

R = 39.76%
G = 10.04%
B = 50.2%

CMYK

 C value IS 0.21

 M value IS 0.8

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CA33FF (or 0xCA33FF) is known color: Electric Purple. HEX triplet: CA, 33 and FF. RGB value is (202,51,255). Sum of RGB (Red+Green+Blue) = 202+51+255=508 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.76% from 508); Green value is 51 (20.31% from 255 or 10.04% from 508); Blue value is 255 (100% from 255 or 50.20% from 508); Max value from RGB is 255 - color contains mainly: blue. Hex color #CA33FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA33FF is #35CC00. Grayscale: #767676. Windows color (decimal): -3525633 or 16724938. OLE color: 16724938.

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

Color convert

RGB 202 51 255 -
CMYK 0.21 0.8 0 0
HSL 284.41º 1% 0.6% -
HSV(B) 284.41º 0.8% 1% -
XYZ 43.59 22.14 96.58 -
YUV 119.41 204.53 186.91 -
System Red Green Blue C M Y K H S L
Decimal 202 51 255 0.21 0.8 0 0 284.41 1 0.6
Hex CA 33 FF 15 50 0 0 11C 64 3C
Octal 312 63 377 25 120 0 0 434 144 74
Binary 11001010 110011 11111111 10101 1010000 0 0 100011100 1100100 111100

Color Harmonies of #CA33FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA33FF

Black with #CA33FF

Text Example


Text Example

White with #CA33FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA33FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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