Html Css Color HEX #CA07FF Electric Purple

📋 copy color: '#CA07FF'

red 202 ◦ green 7 ◦ blue 255

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

Shades of Electric Purple #CA07FF

Tints of Electric Purple #CA07FF

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.51%

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

R = 43.53%
G = 1.51%
B = 54.96%

CMYK

 C value IS 0.21

 M value IS 0.97

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CA07FF (or 0xCA07FF) is known color: Electric Purple. HEX triplet: CA, 07 and FF. RGB value is (202,7,255). Sum of RGB (Red+Green+Blue) = 202+7+255=464 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.53% from 464); Green value is 7 (3.12% from 255 or 1.51% from 464); Blue value is 255 (100% from 255 or 54.96% from 464); Max value from RGB is 255 - color contains mainly: blue. Hex color #CA07FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA07FF is #35F800. Grayscale: #5C5C5C. Windows color (decimal): -3536897 or 16713674. OLE color: 16713674.

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

Color convert

RGB 202 7 255 -
CMYK 0.21 0.97 0 0
HSL 287.18º 1% 0.51% -
HSV(B) 287.18º 0.97% 1% -
XYZ 42.48 19.93 96.22 -
YUV 93.58 219.1 205.33 -
System Red Green Blue C M Y K H S L
Decimal 202 7 255 0.21 0.97 0 0 287.18 1 0.51
Hex CA 7 FF 15 61 0 0 11F 64 33
Octal 312 7 377 25 141 0 0 437 144 63
Binary 11001010 111 11111111 10101 1100001 0 0 100011111 1100100 110011

Color Harmonies of #CA07FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA07FF

Black with #CA07FF

Text Example


Text Example

White with #CA07FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA07FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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