Html Css Color HEX #CA00FF Electric Purple

📋 copy color: '#CA00FF'

red 202 ◦ green 0 ◦ blue 255

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

Shades of Electric Purple #CA00FF

Tints of Electric Purple #CA00FF

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 44.2%
G = 0%
B = 55.8%

CMYK

 C value IS 0.21

 M value IS 1

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CA00FF (or 0xCA00FF) is known color: Electric Purple. HEX triplet: CA, 00 and FF. RGB value is (202,0,255). Sum of RGB (Red+Green+Blue) = 202+0+255=457 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.20% from 457); Green value is 0 (0.39% from 255 or 0% from 457); Blue value is 255 (100% from 255 or 55.80% from 457); Max value from RGB is 255 - color contains mainly: blue. Hex color #CA00FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA00FF is #35FF00. Grayscale: #585858. Windows color (decimal): -3538689 or 16711882. OLE color: 16711882.

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

Color convert

RGB 202 0 255 -
CMYK 0.21 1 0 0
HSL 287.53º 1% 0.5% -
HSV(B) 287.53º 1% 1% -
XYZ 42.41 19.78 96.19 -
YUV 89.47 221.42 208.27 -
System Red Green Blue C M Y K H S L
Decimal 202 0 255 0.21 1 0 0 287.53 1 0.5
Hex CA 0 FF 15 64 0 0 120 64 32
Octal 312 0 377 25 144 0 0 440 144 62
Binary 11001010 0 11111111 10101 1100100 0 0 100100000 1100100 110010

Color Harmonies of #CA00FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA00FF

Black with #CA00FF

Text Example


Text Example

White with #CA00FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA00FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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