Html Css Color HEX #CA07F3 Electric Purple

📋 copy color: '#CA07F3'

red 202 ◦ green 7 ◦ blue 243

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

Shades of Electric Purple #CA07F3

Tints of Electric Purple #CA07F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 53.76%

R = 44.69%
G = 1.55%
B = 53.76%

CMYK

 C value IS 0.17

 M value IS 0.97

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CA07F3 (or 0xCA07F3) is known color: Electric Purple. HEX triplet: CA, 07 and F3. RGB value is (202,7,243). Sum of RGB (Red+Green+Blue) = 202+7+243=452 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.69% from 452); Green value is 7 (3.12% from 255 or 1.55% from 452); Blue value is 243 (95.31% from 255 or 53.76% from 452); Max value from RGB is 243 - color contains mainly: blue. Hex color #CA07F3 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA07F3 is #35F80C. Grayscale: #5B5B5B. Windows color (decimal): -3536909 or 15927242. OLE color: 15927242.

HSL color Cylindrical-coordinate representation of color #CA07F3: hue angle of 289.58º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CA07F3 is Cyan = 0.17, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 202 7 243 -
CMYK 0.17 0.97 0 0.05
HSL 289.58º 0.94% 0.49% -
HSV(B) 289.58º 0.97% 0.95% -
XYZ 40.61 19.18 86.36 -
YUV 92.21 213.1 206.31 -
System Red Green Blue C M Y K H S L
Decimal 202 7 243 0.17 0.97 0 0.05 289.58 0.94 0.49
Hex CA 7 F3 11 61 0 5 122 5E 31
Octal 312 7 363 21 141 0 5 442 136 61
Binary 11001010 111 11110011 10001 1100001 0 101 100100010 1011110 110001

Color Harmonies of #CA07F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA07F3

Black with #CA07F3

Text Example


Text Example

White with #CA07F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA07F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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